diff options
author | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2012-03-04 17:29:00 -0500 |
---|---|---|
committer | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2012-03-04 17:29:00 -0500 |
commit | b2035ae0c610ac75aee3138c6eb904460f9016cf (patch) | |
tree | 74c83f9a257ca487a1b0532114ccbd3ddc9f00f5 /view/theme/darkzero | |
parent | 7d8ed95e782ddc3b94d7f44deb0a73737500ed7e (diff) | |
download | volse-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/darkzero')
-rwxr-xr-x | view/theme/darkzero/style.css | 8 |
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; +} |