summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 13bc8e60..8762efff 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -631,9 +631,11 @@ A.action:visited { color:#3C3089; text-decoration: none; }
A.action:hover { color:#3C3089; text-decoration: underline; }
A.action:active { color:#3C3089; text-decoration: underline;}
+.enabled { color: #00AA00; }
+.disabled { color: #AA0000; }
+.unknown { color: #AAAAAA; }
.on { color: #AA0000; }
.off { color: #00AA00; }
-.unknown { color: #AAAAAA; }
.disaster { background-color: #FF0000; }
.high { background-color: #FF8888; }
@@ -714,3 +716,7 @@ ul
{
font-size: 16px;
}
+
+.bold {
+ font-weight: bold;
+}