Fix folder access icons on addressbook sources list
This commit is contained in:
parent
d8b70c0909
commit
d1f1910846
2 changed files with 5 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -12,23 +12,23 @@
|
|||
}
|
||||
|
||||
#directorylist li.addressbook.readonly {
|
||||
background-position: 98% -14px;
|
||||
background-position: 98% -21px;
|
||||
}
|
||||
|
||||
#directorylist li.addressbook.other {
|
||||
background-position: 98% -38px;
|
||||
background-position: 98% -52px;
|
||||
}
|
||||
|
||||
#directorylist li.addressbook.other.readonly {
|
||||
background-position: 98% -56px;
|
||||
background-position: 98% -77px;
|
||||
}
|
||||
|
||||
#directorylist li.addressbook.shared {
|
||||
background-position: 98% -74px;
|
||||
background-position: 98% -103px;
|
||||
}
|
||||
|
||||
#directorylist li.addressbook.shared.readonly {
|
||||
background-position: 98% -92px;
|
||||
background-position: 98% -130px;
|
||||
}
|
||||
|
||||
#directorylist li.addressbook.readonly a,
|
||||
|
|
Loading…
Add table
Reference in a new issue