2014-06-25 17:09:04 +02:00
|
|
|
#directorylistbox ul.treelist li.virtual {
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directorylistbox ul.treelist li.virtual > div a {
|
|
|
|
color: #aaa;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directorylistbox ul.treelist li.virtual > .treetoggle {
|
|
|
|
top: -2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2011-06-24 20:13:43 +02:00
|
|
|
#directorylist li.addressbook.readonly
|
|
|
|
{
|
|
|
|
background-image: url(kolab_folders.png);
|
|
|
|
background-position: 5px 0px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directorylist li.addressbook.shared
|
|
|
|
{
|
|
|
|
background-image: url(kolab_folders.png);
|
|
|
|
background-position: 5px -54px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directorylist li.addressbook.shared.readonly
|
|
|
|
{
|
|
|
|
background-image: url(kolab_folders.png);
|
|
|
|
background-position: 5px -72px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directorylist li.addressbook.other
|
|
|
|
{
|
|
|
|
background-image: url(kolab_folders.png);
|
|
|
|
background-position: 5px -18px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directorylist li.addressbook.other.readonly
|
|
|
|
{
|
|
|
|
background-image: url(kolab_folders.png);
|
|
|
|
background-position: 5px -36px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2014-06-25 17:09:04 +02:00
|
|
|
*/
|