]> git.wh0rd.org - tt-rss.git/commitdiff
graycube theme fixes
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 21 Jan 2009 06:30:08 +0000 (07:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 21 Jan 2009 06:30:08 +0000 (07:30 +0100)
themes/graycube/theme.css

index 11567efd38d2693e8042d8f10be3b7f41a2c596c..a29a39ea86805eb7fb020a9f5e4039b5767e53ff 100644 (file)
@@ -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;
+}
+