diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-18 08:12:42 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-18 08:12:42 +0000 |
| commit | c3f70c0445abf6fe36db63fca1bb922c70965c8f (patch) | |
| tree | 1fb66fc50c70d2cddb028b0efce03eadd548eb94 /roundcubemail/skins/default | |
| parent | 4901a09105290f9d0ba0c2cce0ab573bbf12c007 (diff) | |
Fix Googiespell
git-svn-id: https://svn.roundcube.net/trunk@2500 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/googiespell.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/googiespell.css b/roundcubemail/skins/default/googiespell.css index 02314f355..6e8d41c92 100644 --- a/roundcubemail/skins/default/googiespell.css +++ b/roundcubemail/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; |
