Guest User

Untitled

a guest
Nov 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. /* Colored folders for bookmark sidebar, toolbar, menu button */
  2. /* Standard folder */
  3. #bookmarks-view treechildren::-moz-tree-image(container),
  4. #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  5. #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
  6. #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
  7. fill: #e8bb00 !important; /* slightly muted gold */
  8. }
  9. /* Live Bookmark (RSS Feed) */
  10. #bookmarks-view treechildren::-moz-tree-image(container, livemark),
  11. #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
  12. #PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left,
  13. #BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon {
  14. fill: orange !important;
  15. }
  16. /* Smart bookmark folder */
  17. #bookmarks-view treechildren::-moz-tree-image(container, query),
  18. #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
  19. #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
  20. #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
  21. fill: #69c !important; /* similar to blue smart folder color */
  22. }
  23. /* These "containers" are SVG in the sidebar, not yet on the menu */
  24. #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
  25. fill: olive !important;
  26. }
  27. #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
  28. fill: olive !important;
  29. }
  30. #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
  31. fill: olive !important;
  32. }
Add Comment
Please, Sign In to add comment