Improved addressbook folders naming/structure representation on the list. Added addressbook folders management features including (delete/create/rename).
35 lines
836 B
CSS
35 lines
836 B
CSS
#directorylist li.addressbook.readonly
|
|
{
|
|
/* don't use 'background' to not reset background color */
|
|
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;
|
|
}
|