diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-20 19:22:21 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-20 19:22:21 +0100 |
commit | bc0afad1b3180c1e8a60a4cc53360db2f5078356 (patch) | |
tree | 5dfda10fbb1a8d3f984eab5826622d6e65f54202 /skins/larry | |
parent | fac59dc441d25f7204fb6013bf88db90c01ae34b (diff) |
Added icon for empty trash (#1485775)
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/images/listicons.png | bin | 28777 -> 29530 bytes | |||
-rw-r--r-- | skins/larry/mail.css | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png Binary files differindex 63a52d2d4..551639876 100644 --- a/skins/larry/images/listicons.png +++ b/skins/larry/images/listicons.png diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 8e6e78e77..09345be56 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -201,6 +201,14 @@ a.iconbutton.threadmode.selected { background-position: 6px -406px; } +#mailboxlist li.mailbox.trash.empty > a { + background-position: 6px -1924px; +} + +#mailboxlist li.mailbox.trash.empty.selected > a { + background-position: 6px -1948px; +} + #mailboxlist li.mailbox.archive > a { background-position: 6px -1699px; } |