From e9adc2e1e6efe0480664245624c99badfd7aecf0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Jan 2009 07:30:08 +0100 Subject: [PATCH] graycube theme fixes --- themes/graycube/theme.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 11567efd..a29a39ea 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; +} + -- 2.39.2