Fix "Special Folders" icon position

pull/198/head
Aleksander Machniak 10 years ago
parent 10bf6b58ce
commit 219461fc74

@ -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;
}

Loading…
Cancel
Save