diff options
author | thomascube <thomas@roundcube.net> | 2012-04-11 12:52:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-11 12:52:51 +0000 |
commit | 1ba07f070998d32d115d90d0d73db2dca59c4690 (patch) | |
tree | ef33699e9788f5e068e24082397722803fcf907e /skins/larry/styles.css | |
parent | 21a0d919380dd56d0c051cfb8570f3e181c34a18 (diff) |
Allow mass-removal of addresses from a group (#1487748)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index c61a3f3bd..1511d43b2 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -860,6 +860,10 @@ table.layout td { background-position: 2px -1502px; } +.boxfooter .listbutton.removegroup .inner { + background-position: 5px -1540px; +} + .boxfooter .listbutton.disabled .inner { opacity: 0.4; filter: alpha(opacity=40); @@ -1411,7 +1415,7 @@ ul.proplist li { } .toolbar a.button.spellcheck.selected { - background-position: left -1570px; + background-position: left -1610px; color: #1978a1; } |