From edef8e57ae20a5876345a3d79bd91f5cdba2f34c Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 29 Aug 2021 18:02:09 +0900 Subject: [PATCH] Fix: Library - Inconrrectly set icons #33 --- userChrome.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/userChrome.css b/userChrome.css index fc5ff0c..bdd89a7 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1352,9 +1352,8 @@ /* https://github.com/mozilla/gecko-dev/blob/master/browser/themes/shared/places/tree-icons.css */ /* Query */ - :-moz-any(#historyTree, #placesList, #placeContent) treechildren::-moz-tree-image(title, query, dayContainer), - :-moz-any(#historyTree, #placesList, #placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_history____v) { - list-style-image: url("chrome://browser/skin/history.svg") !important; + :-moz-any(#historyTree, #placesList, #placeContent) treechildren::-moz-tree-image(title, query) { + list-style-image: url("chrome://browser/skin/places/folder-smart.svg") !important; } /* History */ @@ -1365,7 +1364,7 @@ /* Downloads */ :-moz-any(#placesList, #placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_downloads__v) { - list-style-image: url("chrome://browser/skin/bookmark.svg") !important; + list-style-image: url("chrome://browser/skin/downloads/downloads.svg") !important; } /* Tag */