diff options
author | alecpl <alec@alec.pl> | 2012-03-09 13:23:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-09 13:23:24 +0000 |
commit | 4be86f3a3779ef86be30e8451750130569d2cacd (patch) | |
tree | 9dc44ebaf3f064609bd92b5a1a7e0118c0cbdedc /skins/default/common.css | |
parent | 84d6e279e339cacaea4d3eb61290d54af1c1009b (diff) |
- Unified (single) spellchecker button
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 31ecbe905..57fc1275a 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -495,6 +495,7 @@ body.iframe .boxtitle padding: 2px 10px; text-decoration: none; min-height: 14px; + background: transparent; } .popupmenu li a.active, @@ -504,7 +505,8 @@ body.iframe .boxtitle color: #333; } -.popupmenu li a.active:hover +.popupmenu li a.active:hover, +.popupmenu.selectable li a.selected:hover { color: #fff; background-color: #c00; @@ -515,6 +517,16 @@ body.iframe .boxtitle float: left; } +.popupmenu.selectable li a.selected +{ + background: url(images/messageicons.png) 2px -372px no-repeat; +} + +.popupmenu.selectable li a +{ + padding-left: 20px; +} + .darkbg { background-color: #F2F2F2 !important; |