From 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 04 Sep 2006 08:26:30 -0400 Subject: [PATCH] Little improvements for message parsing and encoding --- 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 46ac0b0..5738338 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; } -- Gitblit v1.9.1