aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMichael Johnston <michaelgeorgejohnston@gmail.com>2012-03-04 17:29:00 -0500
committerMichael Johnston <michaelgeorgejohnston@gmail.com>2012-03-04 17:29:00 -0500
commitb2035ae0c610ac75aee3138c6eb904460f9016cf (patch)
tree74c83f9a257ca487a1b0532114ccbd3ddc9f00f5 /view/theme
parent7d8ed95e782ddc3b94d7f44deb0a73737500ed7e (diff)
downloadvolse-hubzilla-b2035ae0c610ac75aee3138c6eb904460f9016cf.tar.gz
volse-hubzilla-b2035ae0c610ac75aee3138c6eb904460f9016cf.tar.bz2
volse-hubzilla-b2035ae0c610ac75aee3138c6eb904460f9016cf.zip
improved contrast in acl selector, and preview (darkzero)
Diffstat (limited to 'view/theme')
-rwxr-xr-xview/theme/darkzero/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css
index fdaf26f19..fa0e254c7 100755
--- a/view/theme/darkzero/style.css
+++ b/view/theme/darkzero/style.css
@@ -92,3 +92,11 @@ blockquote {
background: #ddd;
color: #000;
}
+
+.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
+ color: #000000;
+}
+
+input#acl-search {
+ background-color: #aaa;
+}