diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-01 16:35:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 09:32:01 +0200 |
commit | 80b3c6200ee7788bef1bca0562aa53113ffea9bd (patch) | |
tree | 831410e2153efc61838d55d91ec753c1bcab58e3 /skins/larry/styles.css | |
parent | 0ce2126ac91f634b0bc5bf7f3567acd2f87f9972 (diff) |
Toolbar and list icons for responses + list header icon for prority column (#1489234)
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 131e85030..3313e1839 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1831,7 +1831,11 @@ ul.proplist li { } .toolbar a.button.download { - background-position: center -1906px; + background-position: center -1892px; +} + +.toolbar a.button.responses { + background-position: center -1932px; } a.menuselector { |