change bookmark folder icon
This commit is contained in:
parent
41b2cd8fa8
commit
2e0c5da242
2 changed files with 26 additions and 1 deletions
|
@ -358,11 +358,21 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
|||
list-style-image: url(media-blocked.svg) !important;
|
||||
}
|
||||
|
||||
.downloadIconShow .button-icon, .bookmark-item[container]
|
||||
.downloadIconShow .button-icon
|
||||
{
|
||||
list-style-image: url(folder.svg) !important;
|
||||
}
|
||||
|
||||
:root[lwthemetextcolor="bright"] .bookmark-item[container]
|
||||
{
|
||||
list-style-image: url(folder-bookmarks.svg#darkmode) !important;
|
||||
}
|
||||
|
||||
.bookmark-item[container]
|
||||
{
|
||||
list-style-image: url(folder-bookmarks.svg#lightmode) !important;
|
||||
}
|
||||
|
||||
.panel-banner-item[notificationid^="update"]
|
||||
{
|
||||
list-style-image: url(menu-update.svg) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue