more tooltips and color for "Gm Monitor"

This commit is contained in:
Vlyan
2021-08-14 13:17:17 +02:00
parent c426e457ff
commit f4de1e9fc8
11 changed files with 219 additions and 117 deletions

File diff suppressed because one or more lines are too long

View File

@@ -404,6 +404,9 @@
min-width: 500px;
.window-content {
form {
padding: 0 0.5rem;
}
th,
td {
border: 1px solid #5a6e5a;
@@ -414,7 +417,10 @@
max-width: 28px;
max-height: 28px;
}
.overvalue {
.goodvalue {
color: rgba(0, 128, 0, 0.75);
}
.badvalue {
color: $red-dice;
}
}