From 74a819980fad6d79998a70b0f6be44803db7e0c7 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 2 Jul 2012 03:40:12 +0100 Subject: Various theme stuff. Profile group list for testbubble Screenshot for facepark Various niggles in darkzero/NS --- view/theme/darkzero/style.css | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'view/theme/darkzero') 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; +} -- cgit v1.2.3