diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 11:13:26 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 11:13:26 +0200 |
commit | 0d9b63e9c022c48b98ec1542dccb50f1b28f80b8 (patch) | |
tree | 0762fc1cefb3fd571247c3bedf029735f948fe24 /skins/classic/mail.css | |
parent | 4f35bec6b29d6b6b84ae4a4d64f72a139a6e8f32 (diff) |
Add canned response UI elements to classic skin
Diffstat (limited to 'skins/classic/mail.css')
-rw-r--r-- | skins/classic/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index b8cc9f351..d472d6d07 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -171,6 +171,10 @@ background-position: -480px -32px; } +#messagetoolbar a.responses { + background-position: -512px 0; +} + #messagetoolbar select.mboxlist { position: relative; |