Okay, so maybe not *everything*
This commit is contained in:
parent
d6ca4a1b42
commit
a1b96d11a7
1 changed files with 11 additions and 2 deletions
|
@ -103,7 +103,7 @@ blockquote {
|
|||
}
|
||||
|
||||
.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
|
||||
color: #000000;
|
||||
color: #eec;
|
||||
}
|
||||
|
||||
input#acl-search {
|
||||
|
@ -135,4 +135,13 @@ code {
|
|||
blockquote {
|
||||
background:#2e2f2e !important;
|
||||
color:#eec !important;
|
||||
}
|
||||
}
|
||||
|
||||
.group-selected, .nets-selected, .fileas-selected, .categories-selected {
|
||||
background:#2e2f2e;
|
||||
}
|
||||
|
||||
#fancybox-content{
|
||||
background:#444;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue