Advertisement
difool2nice

Bookmarks manager css

Nov 25th, 2021
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.98 KB | None | 0 0
  1. /*---------------------------------library ----------------------------------*/
  2.  
  3. @-moz-document url(chrome://browser/content/places/places.xhtml) {
  4.     * {
  5.         font-family: Fira Sans !important;
  6.         font-weight: inherit !important;
  7.         font-size: 14px !important;
  8.         fill-opacity: 1 !important;
  9.     }
  10.  
  11.     toolbar {
  12.         appearance: none !important;
  13.         background-color: #1b1d2c !important;
  14.         border: 0px !important;
  15.     }
  16.  
  17.     listbox,
  18.     textbox {
  19.         appearance: none !important;
  20.         background-color: #1b1d2c !important;
  21.         color: #ffffff !important;
  22.         min-height: 20px !important;
  23.         padding: 0 0 0 4px !important;
  24.         border: 1px solid !important;
  25.         border-color: #1b1d2c !important;
  26.         border-radius: 0px !important;
  27.     }
  28.  
  29.     #editBMPanel_rows>row>hbox>textbox,
  30.     #editBMPanel_rows>row>textbox,
  31.     #editBMPanel_tagsSelector {
  32.         background: #1b1d2c !important;
  33.         border: none !important;
  34.     }
  35.  
  36.     #placesToolbox {
  37.         border: none !important;
  38.     }
  39.  
  40.     #placesToolbar>toolbarbutton {
  41.         margin: 6px 4px 5px !important;
  42.         appearance: none !important;
  43.         background-color: #404040 !important;
  44.         border-radius: 0px !important;
  45.         /*filter: invert(100%) !important;*/
  46.         border: none !important;
  47.     }
  48.  
  49.     #placesList {
  50.         appearance: none !important;
  51.         color: #ffffff !important;
  52.         background-color: #1b1d2c !important;
  53.     }
  54.  
  55.     #placesView>splitter {
  56.         border-color: #303030 !important;
  57.     }
  58.  
  59.     #places #downloadsRichListBox {
  60.         appearance: none !important;
  61.         color: #ffffff !important;
  62.         background-color: #1b1d2c !important;
  63.     }
  64.  
  65.     #detailsDeck {
  66.         border: none !important;
  67.         background-color: #1b1d2c !important;
  68.         color: #ffffff !important;
  69.     }
  70.  
  71.     #detailsPane {
  72.         border: none !important;
  73.         border-top: 1px solid #303030 !important;
  74.         background-color: #1b1d2c !important;
  75.         color: #ffffff !important;
  76.     }
  77.  
  78.     #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text() {
  79.         color: #ffffff !important;
  80.     }
  81.  
  82.     #places treechildren:not(.autocomplete-treebody)::-moz-tree-row(selected),
  83.     #placesList>treechildren::-moz-tree-row(selected) {
  84.         appearance: none !important;
  85.         -moz-font-smoothing-background-color: none !important;
  86.         border: none !important;
  87.         background: #1e90ff !important;
  88.         border-radius: 2px !important;
  89.         color: #ffffff !important;
  90.     }
  91.  
  92.     #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected),
  93.     #placesList>treechildren::-moz-tree-cell-text(selected) {
  94.         color: #ffffff !important;
  95.     }
  96.  
  97.     #places treechildren::-moz-tree-row {
  98.         background-color: transparent !important;
  99.     }
  100.  
  101.     #places treechildren::-moz-tree-image {
  102.         fill: #ffffff !important;
  103.     }
  104.  
  105.     #places treechildren::-moz-tree-image(selected) {
  106.         fill: #ffffff !important;
  107.     }
  108.  
  109.     #placeContent>treechildren::-moz-tree-cell,
  110.     #placeContent>treechildren::-moz-tree-column {
  111.         border-color: #1b1d2c !important;
  112.     }
  113.  
  114.     #placesView treechildren::-moz-tree-row {
  115.         min-height: 24px !important;
  116.     }
  117.  
  118.     #contentView treecol {
  119.         appearance: none !important;
  120.         border: none !important;
  121.         background: #1b1d2c !important;
  122.         color: #ffffff !important;
  123.         border-right: 1px solid !important;
  124.         border-color: #1b1d2c !important;
  125.     }
  126.  
  127.     #placesView treechildren .separator {
  128.         border-color: #404040 !important;
  129.     }
  130.  
  131.     tree {
  132.         background-color: #1b1d2c !important;
  133.     }
  134.  
  135.     #main-menubar {
  136.         background-color: #1b1d2c !important;
  137.     }
  138.  
  139.     #main-menubar>* {
  140.         color: #ffffff !important;
  141.     }
  142.  
  143.     #main-menubar> :hover,
  144.     menubar>menu[_moz-menuactive="true"][open="true"] {
  145.         appearance: none !important;
  146.         background: #1b1d2c !important;
  147.     }
  148.  
  149.     @media screen and (-moz-windows-theme),
  150.     screen and (-moz-windows-classic),
  151.     screen and (-moz-windows-default-theme),
  152.     screen and (-moz-os-version: windows-win7),
  153.     screen and (-moz-os-version: windows-win8),
  154.     screen and (-moz-os-version: windows-win10) {
  155.  
  156.         #metaTagsCaption,
  157.         #security-identity,
  158.         #security-identity-groupbox,
  159.         #security-privacy,
  160.         #security-privacy-groupbox,
  161.         #security-technical,
  162.         #security-technical-groupbox {
  163.             appearance: none !important;
  164.             background-color: #1b1d2c !important;
  165.             border: none !important;
  166.             color: #ffffff !important;
  167.         }
  168.  
  169.         #placesMenu>menu {
  170.             color: #ffffff !important;
  171.         }
  172.  
  173.         #security-identity-groupbox,
  174.         #security-privacy-groupbox,
  175.         #security-technical-groupbox {
  176.             appearance: none !important;
  177.             background-color: #1b1d2c !important;
  178.         }
  179.  
  180.         #places treechildren:not(.autocomplete-treebody)::-moz-tree-row(hover):not(.autocomplete-treebody)::-moz-tree-cell-text(selected) {
  181.             background: 0 0 !important;
  182.             -moz-border-top-colors: transparent !important;
  183.             -moz-border-right-colors: transparent !important;
  184.             -moz-border-left-colors: transparent !important;
  185.             -moz-border-bottom-colors: transparent !important;
  186.         }
  187.     }
  188.  
  189.     #placesToolbar>toolbarbutton#back-button,
  190.     #placesToolbar>toolbarbutton#forward-button {
  191.         width: 24px !important;
  192.         height: 24px !important;
  193.     }
  194.  
  195.     @media screen and (-moz-os-version: windows-win7) {
  196.         treechildren {
  197.             --treechildren-outline: none !important;
  198.         }
  199.     }
  200. }
  201.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement