summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-21 07:30:08 +0100
committerAndrew Dolgov <[email protected]>2009-01-21 07:30:08 +0100
commite9adc2e1e6efe0480664245624c99badfd7aecf0 (patch)
treebefb222c45b70d5e6a0f55d2e512aa32e6af3203 /themes
parentdec3bbcae6cbb373edec98865156daae0b2ce021 (diff)
graycube theme fixes
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 11567efd3..a29a39ea8 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -447,10 +447,6 @@ div.return a:hover {
}
-ul.headlineDropdownMenu ul li:hover {
- color : black;
-}
-
.insensitive a {
color : gray;
text-decoration : underline;
@@ -521,3 +517,13 @@ table.prefPrefsList tr:hover td.prefValue input {
color : gray;
}
+ul#headlineActionsBody li:hover {
+ color : black;
+ background : #ffcccc;
+}
+
+span#headlineActionsDrop {
+ background : #f0f0f0;
+ color : black;
+}
+