diff options
author | thomascube <thomas@roundcube.net> | 2009-05-18 09:50:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-18 09:50:12 +0000 |
commit | 37586429a92b1f2755cc888ab742ca6bbdf51a41 (patch) | |
tree | e37bfd252d2289221d054e186fd84d6a1c66e963 /skins/default | |
parent | cc49581e82387e12162a09150fe246fcd7635d6e (diff) |
Apply googiespell fix from trunkv0.3-beta@2799
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/googiespell.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index 02314f355..6e8d41c92 100644 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -48,7 +48,7 @@ } .googie_list_onout { - background-color: #F6F6F6; + background-color: #fff; } .googie_list_selected { @@ -67,9 +67,12 @@ .googie_list_revert { font-size: 11px; - color: #b91479; + color: #b91414; } +.googie_list_revert:hover { + color: #fff; +} .googie_link { color: #b91414; text-decoration: underline; |