diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-16 17:08:38 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-16 17:08:38 +0100 |
commit | a71a9f82674ff79edf41443ccc954295bd25bfd7 (patch) | |
tree | b9ef8166d4c4c2079736bb858ef8e686e9ab664c /skins/larry/styles.css | |
parent | 5740b10bf8cdb82f795d88e1f020440c8dae4acb (diff) |
Added icons for move and copy menu items
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 21d93c106..4cdf0f0f3 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2217,6 +2217,14 @@ ul.toolbarmenu li span.conversation { background-position: 0 -1532px; } +ul.toolbarmenu li span.move { + background-position: 0 -2126px; +} + +ul.toolbarmenu li span.copy { + background-position: 0 -2150px; +} + #snippetslist { max-width: 200px; } |