mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 21:37:50 +00:00
feat: add icons to the bookmarks submenu (#10293)
This commit is contained in:
@@ -636,6 +636,22 @@
|
||||
list-style-image: url('manage.svg') !important;
|
||||
}
|
||||
|
||||
#panelMenuBookmarkThisPage {
|
||||
list-style-image: url('bookmark.svg') !important;
|
||||
}
|
||||
|
||||
#panelMenu_searchBookmarks {
|
||||
list-style-image: url('search-glass.svg') !important;
|
||||
}
|
||||
|
||||
#panelMenu_viewBookmarksToolbar {
|
||||
list-style-image: url('open.svg') !important;
|
||||
}
|
||||
|
||||
#panelMenu_showAllBookmarks {
|
||||
list-style-image: url('manage.svg') !important;
|
||||
}
|
||||
|
||||
/* FIX header icons for the app menu sub menus (eg. fx account, history...) */
|
||||
.panel-header > h1 {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user