diff options
author | thomascube <thomas@roundcube.net> | 2012-01-10 21:09:55 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-10 21:09:55 +0000 |
commit | 004a08d3f86ce76077c1f7a46dc2036f6339fc58 (patch) | |
tree | 1cf70140e2a82a93c8b411cab8dcd0f79d51f922 /skins/larry/settings.css | |
parent | 03fe1c2ad312eb55799ac4498826829df4bf70d4 (diff) |
Added more icons for Larry
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index b98be70d6..8de91d877 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -94,8 +94,20 @@ background-position: 6px -502px; } -#settings-sections span.about a { - background-position: -100px 0; +#settings-sections span.filter a { + background-position: 6px -1746px; +} + +#settings-sections span.filter.selected a { + background-position: 6px -1770px; +} + +#settings-sections span.password a { + background-position: 6px -1795px; +} + +#settings-sections span.password.selected a { + background-position: 6px -1819px; } #sections-table #rcmrowgeneral td.section { |