summaryrefslogtreecommitdiff
path: root/themes/graycube/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/graycube/theme.css')
-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;
+}
+