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/settings.css | |
parent | 0ce2126ac91f634b0bc5bf7f3567acd2f87f9972 (diff) |
Toolbar and list icons for responses + list header icon for prority column (#1489234)
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 59037ac76..8deb24716 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -110,6 +110,14 @@ background-position: 6px -1819px; } +#settings-sections span.responses a { + background-position: 6px -1972px; +} + +#settings-sections span.responses.selected a { + background-position: 6px -1996px; +} + #sections-table #rcmrowgeneral td.section { background-position: 6px -573px; } |