From ff4c18f1fb860c959a3b8fa1948b1253fbb01b59 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 14 Mar 2012 12:58:56 +0000 Subject: Better color for selected spell check button; Styles for undo link in status messages --- skins/larry/googiespell.css | 3 +++ skins/larry/images/buttons.png | Bin 33259 -> 33323 bytes skins/larry/styles.css | 13 ++++++++++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/skins/larry/googiespell.css b/skins/larry/googiespell.css index 1e4d5dfab..d2f1cea78 100644 --- a/skins/larry/googiespell.css +++ b/skins/larry/googiespell.css @@ -8,6 +8,9 @@ } .googie_edit_layer { + position: relative; + top: 1px; + left: 1px; padding: 8px; font-size: 9pt; font-family: monospace; diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png index b80e6cdec..cbd2bd82d 100644 Binary files a/skins/larry/images/buttons.png and b/skins/larry/images/buttons.png differ diff --git a/skins/larry/styles.css b/skins/larry/styles.css index f34777ffc..6ee262ed7 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -425,6 +425,17 @@ a.iconlink.upload { background: url(images/ajaxloader.gif) 2px 6px no-repeat; } +#message div a, +#message div span { + padding-right: 0.5em; + text-decoration: none; +} + +#message div a:hover { + text-decoration: underline; + cursor: pointer; +} + #message.statusbar { position: absolute; bottom: 0; @@ -1400,7 +1411,7 @@ ul.proplist li { .toolbar a.button.spellcheck.selected { background-position: left -1570px; - color: #014b6c; + color: #1978a1; } .toolbar a.button.insertsig { -- cgit v1.2.3