Fix: Icons - Panel's search history icon #697

This commit is contained in:
alstjr7375 2023-05-10 16:08:06 +09:00
parent ef708145be
commit 178771a4f2
2 changed files with 6 additions and 0 deletions

3
css/leptonChrome.css generated
View file

@ -10336,6 +10336,9 @@
#appMenuRecentlyClosedWindows {
list-style-image: url("chrome://browser/skin/window.svg");
}
#appMenuSearchHistory {
list-style-image: url("chrome://global/skin/icons/search-glass.svg");
}
#appMenuRestoreSession,
#appMenu-restoreSession {
list-style-image: url("../icons/restore-session.svg");

View file

@ -245,6 +245,9 @@ panelMenuBookmarkThisPage[starred] {
#appMenuRecentlyClosedWindows {
list-style-image: url("chrome://browser/skin/window.svg");
}
#appMenuSearchHistory {
list-style-image: url("chrome://global/skin/icons/search-glass.svg");
}
#appMenuRestoreSession, /* Legacy - v103 */
#appMenu-restoreSession {
list-style-image: url("../icons/restore-session.svg");