summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/client.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/client.css b/web/client.css
index 597a13c..6ef9e17 100644
--- a/web/client.css
+++ b/web/client.css
@@ -68,16 +68,18 @@ body {
background-color: #ccc;
}
+#modules li:not(.current) {
+ background-color: inherit;
+}
+
#modules li.invalid {
list-style-type: disc;
color: #f77;
- background-color: inherit;
}
#modules li.changed {
list-style-type: disc;
color: #7f7;
- background-color: inherit;
}
#modules {