summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-09-19 22:47:13 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-09-19 22:47:13 +0300
commit115913b55e7746acf4e25fd054cfb214a0f961ac (patch)
treedb90f7334366209562736408102f34f09def686c
parent46d8e7440a22efe3c7d06ac6c2965217df6e1c78 (diff)
downloadaconf-115913b55e7746acf4e25fd054cfb214a0f961ac.tar.bz2
aconf-115913b55e7746acf4e25fd054cfb214a0f961ac.tar.xz
web client: fix background color of edited current module
-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 {