Fix: Library - Inconrrectly set icons #33

This commit is contained in:
BlaCk_Void 2021-08-29 18:02:09 +09:00
parent 26e6336b69
commit edef8e57ae

View file

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