diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 16:09:46 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 16:09:46 +0200 |
commit | dae0b797a5c5b4b0c390f40aee5d6c91f920e145 (patch) | |
tree | c5823b2bea175071212240b77b109c364a175814 /skins/default/common.css | |
parent | 7dad5945a0c70bc8388a6bd818f464ce5140079c (diff) |
Bring back delete button for identities in default skin (#1488542)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 7f13a858e..5c94b67f2 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -370,6 +370,10 @@ body.iframe .boxtitle background-position: 0 -26px; } +.boxfooter a.delgroup { + background-position: 0 -49px; +} + .boxfooter a.buttonPas { opacity: 0.35; |