aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-04 19:19:45 -0800
committerSimon <simon@kisikew.org>2012-03-04 19:19:45 -0800
commit04527bd0b1ef9610964ffe630f2a4b0bee679220 (patch)
tree5d1334cd04a73cdf12ab46b0df38450b68c0b28c /view
parent3b95171824fb67fb1b3ecfe9f6c5a483bd8da31e (diff)
parentb2035ae0c610ac75aee3138c6eb904460f9016cf (diff)
downloadvolse-hubzilla-04527bd0b1ef9610964ffe630f2a4b0bee679220.tar.gz
volse-hubzilla-04527bd0b1ef9610964ffe630f2a4b0bee679220.tar.bz2
volse-hubzilla-04527bd0b1ef9610964ffe630f2a4b0bee679220.zip
Merge pull request #80 from unary/darkzero
improved contrast in acl selector, and preview (darkzero)
Diffstat (limited to 'view')
-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;
+}