From ffa6c1011c2330c19038482aa7256790f5539380 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 01 May 2009 12:58:25 -0400
Subject: [PATCH] Update Googiespell to version 4.0

---
 skins/default/googiespell.css |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css
index 5738338..f6ee59f 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;
 }

--
Gitblit v1.9.1