From b2035ae0c610ac75aee3138c6eb904460f9016cf Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Sun, 4 Mar 2012 17:29:00 -0500 Subject: [PATCH] improved contrast in acl selector, and preview (darkzero) --- view/theme/darkzero/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index fdaf26f192..fa0e254c7c 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; +}