From: Andrew Dolgov Date: Wed, 21 Jan 2009 06:30:08 +0000 (+0100) Subject: graycube theme fixes X-Git-Tag: git2svn-syncpoint-master~75 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=e9adc2e1e6efe0480664245624c99badfd7aecf0;p=tt-rss.git graycube theme fixes --- 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; +} +