From 224104797601a236433866b4324418be02fa4e43 Mon Sep 17 00:00:00 2001 From: reizumi Date: Mon, 8 Sep 2025 20:52:06 +0800 Subject: [PATCH] feat: add icons to the bookmarks submenu (#10293) --- src/browser/themes/shared/zen-icons/icons.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/browser/themes/shared/zen-icons/icons.css b/src/browser/themes/shared/zen-icons/icons.css index f34425cf8..f35e5e149 100644 --- a/src/browser/themes/shared/zen-icons/icons.css +++ b/src/browser/themes/shared/zen-icons/icons.css @@ -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;