This patches/overwrites default functions from Roundcube core. Be careful when updating those!
49 lines
No EOL
1 KiB
CSS
49 lines
No EOL
1 KiB
CSS
#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;
|
|
}
|
|
|
|
/*
|
|
#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;
|
|
}
|
|
*/ |