Merge pull request #80 from unary/darkzero

improved contrast in acl selector, and preview (darkzero)
pull/83/merge
Simon 2012-03-04 19:19:45 -08:00
commit 04527bd0b1
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}