diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-01 16:58:25 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-01 16:58:25 +0000 |
| commit | 65b6067e1391930b0825c445d4a498cf622745ca (patch) | |
| tree | 59789a8bd93c0ce410803983db341776e116aaef /roundcubemail/skins/default | |
| parent | ddd35965f4010adf48b781493d1e6a6dcbf07132 (diff) | |
Update Googiespell to version 4.0
git-svn-id: https://svn.roundcube.net/trunk@2439 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/googiespell.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/googiespell.css b/roundcubemail/skins/default/googiespell.css index 5738338be..f6ee59fd5 100644 --- a/roundcubemail/skins/default/googiespell.css +++ b/roundcubemail/skins/default/googiespell.css @@ -62,17 +62,23 @@ cursor: pointer; } -.googie_check_spelling_link { +.googie_resume_editing, +.googie_check_spelling_link { color: #CC0000; font-size: 11px; text-decoration: none; cursor: pointer; } +.googie_resume_editing:hover, .googie_check_spelling_link:hover { text-decoration: underline; } +.googie_resume_editing { + color: green; +} + .googie_no_style { text-decoration: none; } |
