Advertisement
difool2nice

folder & rss bookmarks icons

May 1st, 2018
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1.  
  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.   #bookmarksMenu menu[container="true"] .menu-iconic-icon {
  8.      list-style-image:url('folder.svg') !important;
  9. /* fill: #e8bb00 !important; */
  10. /* slightly muted gold */
  11.   }
  12.  
  13.     /* Live Bookmark (RSS Feed) */
  14.   #bookmarks-view treechildren::-moz-tree-image(livemark),
  15.   #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
  16.   #PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left,
  17.   #BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon,
  18.   #bookmarksMenu menu[container="true"][livemark="true"] .menu-iconic-icon {
  19.     list-style-image:url('rss.svg') !important;  opacity: 1 !important; /* put the file at the root of the chrome folder */
  20. /* or fill: orange !important;*/
  21.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement