mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
Fix: Icons - Panel's search history icon #697
This commit is contained in:
parent
ef708145be
commit
178771a4f2
2 changed files with 6 additions and 0 deletions
3
css/leptonChrome.css
generated
3
css/leptonChrome.css
generated
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue