diff options
Diffstat (limited to 'view/theme/darkzero-NS')
-rw-r--r-- | view/theme/darkzero-NS/style.css | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 9c15329da..5d1bb6310 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -113,7 +113,7 @@ input#acl-search { .notify-seen { - background:#666; + background:#111; } #nav-notifications-menu { @@ -157,4 +157,27 @@ blockquote { #datebrowse-sidebar select { color:#99CCFF !important; -}
\ No newline at end of file +} + +.settings-widget .selected { +background: #666; +} + +#adminpage table tr:hover { + color: #eec; + background-color: #666; +} + +input#prvmail-subject { +background: #222 !important; +} + +/* Events */ + +.fc-state-highlight { +background: #666 !important; +} + +.fc-state-disabled, .fc-state-disabled .fc-button-inner { +color: #000 !important; +} |