From 9e70491867b7707420da7ae52d41bfbdcab55b98 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 14 May 2021 10:59:52 +0900 Subject: [PATCH] Add: Panel - History subview's recently tab and windows icons --- userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/userChrome.css b/userChrome.css index be0d227..1a84ca9 100644 --- a/userChrome.css +++ b/userChrome.css @@ -483,6 +483,13 @@ list-style-image: url(chrome://browser/skin/history.svg); } + #appMenu-library-recentlyClosedTabs { + list-style-image: url(./icons/movetowindow-16.svg); + } + #appMenu-library-recentlyClosedWindows { + list-style-image: url(chrome://browser/skin/restore-session.svg); + } + /* Panel - More tools */ #appmenu-moreTools-button { list-style-image: url(chrome://browser/skin/customize.svg);