mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-18 22:22:29 -08:00
Fix: Icons - Panel's restore icon #441
This commit is contained in:
parent
5c8a0adb5e
commit
8f9d851fdc
2 changed files with 4 additions and 2 deletions
|
|
@ -5954,7 +5954,8 @@
|
|||
list-style-image: url("chrome://browser/skin/window.svg");
|
||||
}
|
||||
|
||||
#appMenuRestoreSession {
|
||||
#appMenuRestoreSession,
|
||||
#appMenu-restoreSession {
|
||||
list-style-image: url("../icons/restore-session.svg");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -238,7 +238,8 @@ panelMenuBookmarkThisPage[starred] {
|
|||
#appMenuRecentlyClosedWindows {
|
||||
list-style-image: url("chrome://browser/skin/window.svg");
|
||||
}
|
||||
#appMenuRestoreSession {
|
||||
#appMenuRestoreSession, /* Legacy - v103 */
|
||||
#appMenu-restoreSession {
|
||||
list-style-image: url("../icons/restore-session.svg");
|
||||
}
|
||||
#appMenuClearRecentHistory {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue