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 */