diff options
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index f6e252cd6..518c02741 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -107,16 +107,22 @@ background-position: 6px -455px; } -#settings-sections .folders a, -#sections-table #rcmrowfolders .section { +#settings-sections .folders a { background-position: 6px 2px; } -#settings-sections .folders.selected a, -#sections-table #rcmrowfolders.selected .section { +#settings-sections .folders.selected a { background-position: 6px -22px; } +#sections-table #rcmrowfolders .section { + background-position: 4px 2px; +} + +#sections-table #rcmrowfolders.selected .section { + background-position: 4px -22px; +} + #settings-sections .identities a { background-position: 6px -478px; } |