diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-09 13:23:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-09 13:23:24 +0000 |
| commit | b22694cb7acfbe52f0fd5f2014769b5b34303cae (patch) | |
| tree | 9f91b84b626c385a103e8278a2e12f32095a5ecd /roundcubemail/skins/default/mail.css | |
| parent | 844650e8cddd83d55e2a72f386d7fe9e98d41a58 (diff) | |
- Unified (single) spellchecker button
git-svn-id: https://svn.roundcube.net/trunk@5994 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 33ddc08c6..b884eda87 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -38,6 +38,17 @@ opacity: 0.35; } +#messagetoolbar a.button.selected { + background-color: #ddd; + margin-left: 4px; + margin-right: 4px; + margin-top: -1px; + border: 1px solid #ccc; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} + #messagetoolbar a.checkmailSel { background-position: 0 -32px; } |
