Skip to content

Commit

Permalink
change bookmark folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ authored Mar 16, 2021
1 parent 41b2cd8 commit 2e0c5da
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
15 changes: 15 additions & 0 deletions chrome/icons/folder-bookmarks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion chrome/icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e0c5da

Please sign in to comment.