diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-14 12:36:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-14 12:36:57 +0000 |
| commit | b6396408f426d4219aa31bb35ddff94be1929b19 (patch) | |
| tree | 0d1f4522c23f4cfc0bf7b5e7b77e4ca3dd4c8b55 | |
| parent | 2d0087ad925d24320d84f98682b30abae6a251ee (diff) | |
- Define spellcheck.selected button style
git-svn-id: https://svn.roundcube.net/trunk@6007 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index 94eed1cde..f34777ffc 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/skins/larry/styles.css @@ -1398,6 +1398,11 @@ ul.proplist li { background-position: left -930px; } +.toolbar a.button.spellcheck.selected { + background-position: left -1570px; + color: #014b6c; +} + .toolbar a.button.insertsig { background-position: center -1135px; } |
