Skip to content

Commit

Permalink
Fix: Library - Inconrrectly set icons #33
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 29, 2021
1 parent 26e6336 commit edef8e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand Down

0 comments on commit edef8e5

Please sign in to comment.