aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/darkzero/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css
index 5a0559e3d..a1a684355 100644
--- a/view/theme/darkzero/style.css
+++ b/view/theme/darkzero/style.css
@@ -103,7 +103,7 @@ blockquote {
}
.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
- color: #000000;
+ color: #eec;
}
input#acl-search {
@@ -135,4 +135,13 @@ code {
blockquote {
background:#2e2f2e !important;
color:#eec !important;
-} \ No newline at end of file
+}
+
+.group-selected, .nets-selected, .fileas-selected, .categories-selected {
+ background:#2e2f2e;
+}
+
+#fancybox-content{
+ background:#444;
+}
+