dolan

userChome.css

Apr 4th, 2019
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.29 KB | None | 0 0
  1. .tab-bottom-line {
  2.     background: var(--identity-tab-color) !important;
  3.     opacity: 0.75 !important;
  4. }
  5.  
  6. /* Colored folders for Bookmarks Menus, Bookmarks Sidebar, Bookmarks Toolbar, Library window, Add/Edit Bookmarks dialog
  7.    Original: https://www.userchrome.org/samples/userChrome-color_bookmark_folders_20171219.css
  8.    Updated for Firefox 60: https://www.userchrome.org/samples/userChrome-color_bookmark_folders_20180510.css
  9.    Uses mods for Firefox 62 from cor-el's Sept. 15, 2018 post:
  10.    https://support.mozilla.org/questions/1232447#answer-1151074
  11. */
  12.  
  13. /* Standard folder -- on Toolbar and Menus */
  14. #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  15. :-moz-any(
  16. #PlacesToolbarItems,
  17. #PlacesChevronPopup,
  18. #BMB_bookmarksPopup,
  19. #bookmarksMenu) menu[container="true"] > .menu-iconic-left > .menu-iconic-icon,
  20. /* Standard folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
  21. :-moz-any(
  22. #bookmarks-view,
  23. #editBMPanel_folderTree,
  24. #placesList,
  25. #placeContent) treechildren::-moz-tree-image(container),
  26. #editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon,
  27. #editBMPanel_folderMenuList menupopup menuitem {
  28.   fill: #cea698 !important; /* slightly muted gold */
  29. }
  30.  
  31. /* Live Bookmark -- on Toolbar and Menus */
  32. #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
  33. :-moz-any(
  34. #PlacesToolbarItems,
  35. #PlacesChevronPopup,
  36. #BMB_bookmarksPopup,
  37. #bookmarksMenu) menu[container="true"][livemark="true"] > .menu-iconic-left > .menu-iconic-icon,
  38. /* Live Bookmark -- in Sidebar, Library, Add/Edit Bookmark dialog */
  39. :-moz-any(
  40. #bookmarks-view,
  41. #editBMPanel_folderTree,
  42. #placesList,
  43. #placeContent) treechildren::-moz-tree-image(container, livemark) {
  44.   fill: #cea698 !important;
  45. }
  46.  
  47. /* Smart bookmark folder -- on Toolbar and Menus */
  48. #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
  49. :-moz-any(
  50. #PlacesToolbarItems,
  51. #PlacesChevronPopup,
  52. #BMB_bookmarksPopup,
  53. #bookmarksMenu) menu[container="true"][query="true"] > .menu-iconic-left > .menu-iconic-icon,
  54. /* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
  55. :-moz-any(
  56. #bookmarks-view,
  57. #editBMPanel_folderTree,
  58. #placesList,
  59. #placeContent) treechildren::-moz-tree-image(container, query) {
  60.   fill: #69c !important; /* similar to blue smart folder color */
  61. }
  62.  
  63. /*** Top-level "container" icons (otherwise would be Standard folder color) ***/
  64. /* Bookmarks Menu -- in Sidebar, Library, Add/Edit Bookmark dialog */
  65. :-moz-any(
  66. #bookmarks-view,
  67. #editBMPanel_folderTree,
  68. #placesList,
  69. #placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu),
  70. :-moz-any(
  71. #bookmarks-view,
  72. #editBMPanel_folderTree,
  73. #placesList,
  74. #placeContent) treechildren::-moz-tree-image(container, queryFolder_menu________),
  75. #editBMPanel_bmRootItem > .menu-iconic-left,
  76. #editBMPanel_folderMenuList[selectedIndex="1"] > .menulist-label-box > .menulist-icon {
  77.   fill: olive !important;
  78. }
  79.  
  80. /* Bookmarks Toolbar -- on Menus */
  81. #BMB_bookmarksPopup #BMB_bookmarksToolbar > .menu-iconic-left > .menu-iconic-icon,
  82. #bookmarksMenuPopup #bookmarksToolbarFolderMenu  > .menu-iconic-left > .menu-iconic-icon,
  83. /* Bookmarks Toolbar -- in Sidebar, Library, Add/Edit Bookmark dialog */
  84. :-moz-any(
  85. #bookmarks-view,
  86. #editBMPanel_folderTree,
  87. #placesList,
  88. #placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar),
  89. :-moz-any(
  90. #bookmarks-view,
  91. #editBMPanel_folderTree,
  92. #placesList,
  93. #placeContent) treechildren::-moz-tree-image(container, queryFolder_toolbar_____),
  94. #editBMPanel_toolbarFolderItem > .menu-iconic-left,
  95. #editBMPanel_folderMenuList[selectedIndex="0"] > .menulist-label-box > .menulist-icon {
  96.   fill: olive !important;
  97. }
  98.  
  99. /* Other Bookmarks -- on Menus */
  100. #BMB_bookmarksPopup #BMB_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
  101. #bookmarksMenuPopup #menu_unsortedBookmarks  > .menu-iconic-left > .menu-iconic-icon,
  102. /* Other Bookmarks -- in Sidebar, Library, Add/Edit Bookmark dialog */
  103. :-moz-any(
  104. #bookmarks-view,
  105. #editBMPanel_folderTree,
  106. #placesList,
  107. #placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks),
  108. :-moz-any(
  109. #bookmarks-view,
  110. #editBMPanel_folderTree,
  111. #placesList,
  112. #placeContent) treechildren::-moz-tree-image(container, queryFolder_unfiled_____),
  113. #editBMPanel_unfiledRootItem > .menu-iconic-left,
  114. #editBMPanel_folderMenuList[selectedIndex="2"] > .menulist-label-box > .menulist-icon {
  115.   fill: olive !important;
  116. }
  117.  
  118. /* (Older Firefox) Avoid overriding classic Bookmarks Toolbar and Other Bookmarks icons in menus */
  119. #BMB_bookmarksPopup #BMB_bookmarksToolbar.menu-iconic-icon,
  120. #bookmarksMenu #bookmarksToolbarFolderMenu.menu-iconic-icon {
  121.   list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
  122. }
  123. #BMB_bookmarksPopup #BMB_unsortedBookmarks.menu-iconic-icon,
  124. #bookmarksMenu #menu_unsortedBookmarks.menu-iconic-icon {
  125.   list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
  126. }
  127.  
  128.  
  129. /* firefox social-miedia container extenson: Making the tab underline wider and more trasaparent. https://www.reddit.com/r/FirefoxCSS/comments/8fxnb3/request_how_to_remove_tab_underline_added_by/
  130. .tabbrowser-tab[usercontextid] .tab-bottom-line {
  131.     display: none !important;
  132. }
  133. */
Add Comment
Please, Sign In to add comment