Add some missing icon styles for hierarchical addressbook navigation
This commit is contained in:
parent
b7d7d45131
commit
f212dea78c
1 changed files with 16 additions and 0 deletions
|
@ -16,6 +16,22 @@
|
||||||
background-position: -2px -317px;
|
background-position: -2px -317px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#directorylist li.addressbook.selected > div a {
|
||||||
|
background-position: 6px -790px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#directorylist ul li.addressbook.selected > div a {
|
||||||
|
background-position: 32px -790px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#directorylist ul ul li.addressbook.selected > div a {
|
||||||
|
background-position: 58px -790px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#directorylist ul ul ul li.addressbook.selected > div a {
|
||||||
|
background-position: 84px -790px;
|
||||||
|
}
|
||||||
|
|
||||||
#directorylistbox ul.treelist li.virtual {
|
#directorylistbox ul.treelist li.virtual {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue