X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=skins%2Fdefault%2Fgoogiespell.css;fp=skins%2Fdefault%2Fgoogiespell.css;h=6e8d41c920eb2c4a8b2a4bff66043ed1ff06ad33;hb=b68022ca3782d5eb5a1a7ef6f8cf7abe1dc15bd6;hp=5738338be7be7e760cad100eab75a1022af42db8;hpb=162c8d010934c01433e8125382fb493712575198;p=roundcube.git diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index 5738338..6e8d41c 100644 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -12,6 +12,20 @@ visibility: hidden; } +.googie_edit_layer { + border: 1px solid #666666; + background-color: #ffffff; + padding: 1px 4px; + margin: 1px 0px; + font-size: 9pt; + font-family: "Courier New", Courier, monospace; +} + +.googie_edit_layer span { + font-size: 9pt; + font-family: "Courier New", Courier, monospace; +} + .googie_list { width: 100%; margin: 0; @@ -34,7 +48,7 @@ } .googie_list_onout { - background-color: #F6F6F6; + background-color: #fff; } .googie_list_selected { @@ -53,9 +67,12 @@ .googie_list_revert { font-size: 11px; - color: #b91479; + color: #b91414; } +.googie_list_revert:hover { + color: #fff; +} .googie_link { color: #b91414; text-decoration: underline; @@ -77,13 +94,18 @@ text-decoration: none; } -.googie_check_spelling_ok { +.googie_check_spelling_ok, +.googie_resume_editing { color: green; font-size: 11px; - text-decoration: underline; cursor: pointer; } +.googie_check_spelling_ok:hover, +.googie_resume_editing:hover { + text-decoration: underline; +} + .googie_lang_3d_click img { vertical-align: middle; border-top: 1px solid #555;