diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-07-06 22:47:27 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-07-06 22:47:27 +0530 |
commit | ba4db236ecff1ffdb56adc2715b3f53515f8cb34 (patch) | |
tree | f0b9928aade8aab95d1608890fde1918ce163754 /view/theme/darkzero | |
parent | 6e4760dd9c512147309b5e4a98d25216610f81da (diff) | |
parent | a122fecf50d06856a2ada8b564f711fb52c327f0 (diff) | |
download | volse-hubzilla-ba4db236ecff1ffdb56adc2715b3f53515f8cb34.tar.gz volse-hubzilla-ba4db236ecff1ffdb56adc2715b3f53515f8cb34.tar.bz2 volse-hubzilla-ba4db236ecff1ffdb56adc2715b3f53515f8cb34.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/darkzero')
-rw-r--r-- | view/theme/darkzero/style.css | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 8a6099ee8..55644e462 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -111,9 +111,8 @@ input#acl-search { } - .notify-seen { - background:#666; + background:#111; } #nav-notifications-menu { @@ -138,7 +137,7 @@ blockquote { color:#eec !important; } -.group-selected, .nets-selected, .fileas-selected, .categories-selected { +.group-selected, .nets-selected, .fileas-selected, .categories-selected{ background:#2e2f2e; } @@ -146,11 +145,33 @@ blockquote { background:#444; } -/* This seems okay to me...we might not need a new iconset, lets see how people react */ .editicon { background-color: #333; } #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; +} |