add list icon to bookmarks menu
This commit is contained in:
parent
095c9d0c8b
commit
b22a751e2d
2 changed files with 5 additions and 7 deletions
|
@ -69,8 +69,9 @@
|
|||
|
||||
#bookmarks-menu-button,
|
||||
#appMenu-library-bookmarks-button,
|
||||
#panelMenu_toggleBookmarksMenu {
|
||||
list-style-image: url(star.svg) !important;
|
||||
#panelMenu_toggleBookmarksMenu,
|
||||
#appMenu-bookmarks-button {
|
||||
list-style-image: url(star.svg#list) !important;
|
||||
}
|
||||
|
||||
#library-button,
|
||||
|
@ -548,10 +549,6 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
|||
list-style-image: url(new-private-window.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-bookmarks-button {
|
||||
list-style-image: url(star.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-history-button {
|
||||
list-style-image: url(history.svg) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue