diff options
author | thomascube <thomas@roundcube.net> | 2006-05-25 18:25:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-25 18:25:04 +0000 |
commit | ed5d29f4b3c57235594931d33dde7cccaf7cd58b (patch) | |
tree | ce9e2f54db0003ee9220913392213db99d5d04f6 /skins/default/googiespell.css | |
parent | 079bc8796dc53d2355311324dea9d57aad1c9e77 (diff) |
Finalized GoogieSpell integration
Diffstat (limited to 'skins/default/googiespell.css')
-rwxr-xr-x | skins/default/googiespell.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index 46ac0b0aa..5738338be 100755 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -43,10 +43,16 @@ } .googie_list_close { + font-size: 11px; color: #b91414; } +.googie_list_onhover .googie_list_close { + color: #FFFFFF; +} + .googie_list_revert { + font-size: 11px; color: #b91479; } @@ -73,6 +79,7 @@ .googie_check_spelling_ok { color: green; + font-size: 11px; text-decoration: underline; cursor: pointer; } |