diff options
author | thomascube <thomas@roundcube.net> | 2012-03-14 12:58:56 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-03-14 12:58:56 +0000 |
commit | ff4c18f1fb860c959a3b8fa1948b1253fbb01b59 (patch) | |
tree | e72492b19c10ddbde4fc9b25e90e018d82faf644 /skins/larry/styles.css | |
parent | 6756289736558a90ff5769937aeda2ba2fddd4f0 (diff) |
Better color for selected spell check button; Styles for undo link in status messages
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 13 |
1 files changed, 12 insertions, 1 deletions
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 { |