summaryrefslogtreecommitdiff
path: root/skins/default/googiespell.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-05-01 16:58:25 +0000
committerthomascube <thomas@roundcube.net>2009-05-01 16:58:25 +0000
commitffa6c1011c2330c19038482aa7256790f5539380 (patch)
treec24f0bbe048254285be1fb3e6ec3918c9511042e /skins/default/googiespell.css
parent82475f4b16987bdd4539303c305d389d8fe82b07 (diff)
Update Googiespell to version 4.0
Diffstat (limited to 'skins/default/googiespell.css')
-rw-r--r--skins/default/googiespell.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css
index 5738338be..f6ee59fd5 100644
--- a/skins/default/googiespell.css
+++ b/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;
}