ApathyRecharge

firefox

Nov 30th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 20.66 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3.  
  4. /* custom colors */             /*var(--tab-bg)*/
  5. :root {
  6. --tab-bg: #0f0d1b !important;                /* tab bg */
  7. --url-bg: #16122e !important;     /* nav bar and selected tab */
  8. --browser-bg: #0f0d1b !important;     /* url bg & hover bg */    
  9. --main-text: #a7a7ad !important;      /* tab fg */
  10. --secondary-text: #536494 !important;        /* selected tab fg*/
  11. --third-text: #652464 !important;       /* hover tab fg & url bar fg*/
  12. }  
  13.  
  14. /* hide favicons */
  15.  
  16. .tab-icon-image {
  17.     display: none !important;
  18. }
  19.    
  20. /* fades buttons */
  21. #downloads-button, #new-tab-button, #ctraddon_bookmarks-button, #ctraddon_reload-button, bookmarks-button, reload-button, .tab-icon-image {
  22.     opacity: 0.6 !important;
  23. }
  24.    
  25. #TabsToolbar .tabbrowser-tab {
  26.     min-width: 37px !important;
  27. }    
  28.    
  29. /*uncomment to show website info
  30. #identity-box, #identity-icon-labels {
  31.     display: none;
  32. }*/
  33.  
  34. /* fix white bg when opening new tabs */
  35. browser, browser.display.background_color, tabbrowser tabpanels {
  36.     background-color: var(--url-bg) !important;
  37. }
  38.    
  39. /* hide back/forward buttons
  40. #forward-button, #back-button {
  41. display: none !important;
  42. }    */
  43.  
  44. /* page identity box */
  45. #identity-box {
  46.     background: var(--url-bg) !important;
  47.     color: var(--secondary-text) !important;
  48.     opacity: 0 !important;
  49. }
  50.  
  51. /*.tab-icon-image {
  52.     opacity: 0.5 !important;
  53.     filter: grayscale(0.3);
  54.     -webkit-filter: brightness(50%);
  55.     -o-filter: brightness(50%);
  56.     -ms-filter: brightness(50%);
  57. }*/
  58.  
  59. .tab-icon-image {
  60.    /*filter: grayscale(0.9) !important;
  61.     filter: hue-rotate(130deg) !important;*/
  62.     opacity: 0.3 !important;
  63. }
  64.  
  65. /* fonts */
  66. #urlbar, #TabsToolbar .tabbrowser-tab, menu, .autocomplete-richlistbox, #menubar-items, statuspanel[type="overLink"] .statuspanel-label, toolbarbutton, #placeContent, #placesList, .editBMPanel_rowLabel, .textbox-input-box, .viewer-title.label.toolbar, .downloadTarget, .downloadDetails, #bookmarks-view-children, #sidebar-search-label, #sidebar-title, .menubar-text {
  67.      font-family: MonteCarlo !important;
  68.     font-weight: 300 !important;
  69.     font-size: 17px !important;
  70. }
  71.    
  72. #clientBox {
  73.     /* font-family: open sans !important;*/
  74.     font-weight: 600 !important;
  75.     font-size: 12px !important;
  76. }    
  77.  
  78.     /* remove icons */
  79. #memfx-toolbar-button, #urlbar-reload-button, .box-inherit.toolbarbutton-menubutton-button, .scrollbutton-up, .scrollbutton-down, .tab-close-button.close-icon, #urlbar-stop-button {
  80.   display: none;
  81. }
  82. /* remove plugin and reader view
  83. #reader-mode-button, #notification-popup-box {
  84.       display: none;
  85. }*/
  86.  
  87. #TabsToolbar .tabbrowser-tab {
  88.   background: var(--tab-bg) !important;
  89.   border: 0px solid #1d1e2a !important;
  90.   border-radius: 0px !important;
  91.   color: var(--main-text) !important;
  92.   margin: 2px 0px 0px 0px !important;
  93.   height: 10px !important;
  94. }
  95.  
  96. #TabsToolbar {
  97.   background: var(--browser-bg) !important;
  98. }
  99.  
  100. /*remove blue browser border
  101. :not([chromehidden*="toolbar"])[sizemode="normal"]
  102. */
  103. #main-window {
  104.  margin-top:-5px!important;
  105.  margin-left:-1px!important;
  106.  margin-right:-1px!important;
  107.  margin-bottom: -1px !important;
  108. }  
  109.  
  110. #TabsToolbar {
  111.     margin-left: -14px !important;
  112.     margin-top: 2px !important;
  113. }
  114.  
  115. #navigator-toolbox {
  116.     border-bottom: 0px solid #59444b !important;
  117. }
  118.  
  119. /* nav bg color and sizes */
  120. #nav-bar-customization-target {
  121.     background: #0f0d1b !important;
  122. }
  123.  
  124. #urlbar {
  125.     background: #0f0d1b !important;
  126.     color: var(--third-text) !important;
  127.     margin-top: 1px !important;
  128.     border: none !important;
  129.      /*height: 30px !important;
  130.     border: 0px solid #59444b !important;
  131.     margin-top: 2px!important;
  132.     width: 10000px !important;
  133.     padding: 3px !important; */
  134. }
  135.  
  136. /* navbar */
  137.     #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) {
  138.         background-color: var(--url-bg) !important;
  139.         margin-bottom: -1px !important;
  140.     }
  141.  
  142. /* plugin icons */
  143. #notification-popup-box, .unknownIdentity {
  144.      background-color: var(--url-bg) !important;
  145.     border-image-source: none !important;
  146. }
  147.  
  148. #notification-popup-box, #page-proxy-favicon {
  149.     opacity: 0.5 !important;
  150.     filter: grayscale(0.9) !important;    
  151. }
  152.  
  153. #nav-bar {
  154.     height: 30px !important;
  155. }
  156.  
  157. /* selected tab */
  158. #TabsToolbar .tabbrowser-tab[selected] {
  159.   background-color: var(--url-bg) !important;
  160.    /*background: url(https://puu.sh/kwLI3/300a84af8b.png) !important;*/
  161.   background-size: 100% 100% !important;
  162.     background-repeat: no-repeat !important;
  163.   color: var(--secondary-text) !important;  
  164.   opacity: 1 !important;  
  165.     margin-top: 2px!important;
  166.   /*border-radius: 12px !important;*/
  167. }
  168.  
  169. /* changes bg color of pinned tabs when updated */
  170. .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) > .tab-stack > .tab-content {
  171.  opacity: 0.6 !important;
  172.   background: var(--secondary-text) !important;
  173.    color: var(--tab-bg) !important;
  174. }
  175.  
  176. /* hover tab */
  177. #TabsToolbar .tabbrowser-tab:hover {
  178.  background-color: var(--url-bg) !important;
  179.    /*background: url(https://puu.sh/kwLI3/300a84af8b.png) !important;*/
  180.   background-size: 100% 100% !important;
  181.     background-repeat: no-repeat !important;
  182.     margin-top:2px !important;
  183.   color: var(--third-text) !important;    
  184. }
  185.  
  186. /* borders around tabs
  187. #main-window .tabbrowser-tab > .tab-stack, .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) > .tab-stack > .tab-content, #TabsToolbar .tabbrowser-tab[selected], #TabsToolbar .tabbrowser-tab:hover {
  188.   border-width: 2px 1px 1px 1px !important;
  189.   border-radius: 5px !important;
  190.   border-style: solid !important;
  191.   border-color: #000 !important;
  192. }*/
  193.  
  194. /* fix tab bg color and removes australis */
  195. #TabsToolbar .tab-background {
  196.     background: transparent !important;
  197. }
  198. #TabsToolbar .tab-background-start,
  199. #TabsToolbar .tab-background-end {
  200.     background: transparent !important;
  201.     background-image: none !important;
  202. }
  203. #TabsToolbar .tab-background-middle {
  204.     background: transparent !important;
  205. }
  206.  
  207. #TabsToolbar .tab-background-start::before,  #TabsToolbar .tab-background-end::before {
  208.   background-image: none !important;
  209. }
  210.  
  211. .tab-background-start[selected=true]:-moz-locale-dir(ltr)::after,
  212. .tab-background-end[selected=true]:-moz-locale-dir(ltr)::after {
  213.   background-image: none!important;
  214. }
  215.  
  216. /* removes seperators between pinned tabs */
  217. #TabsToolbar .tabbrowser-tab:after,
  218. #TabsToolbar .tabbrowser-tab:before {
  219.     display: none !important;
  220. }
  221.  
  222. /* center text */
  223. .tab-text {
  224.     text-align: center !important;
  225. }
  226.  
  227. /* menu bar color */
  228. #main-menubar, #toolbar-menubar, #menubar-items, menubar > menu {
  229.     background: #0f0d1b !important;
  230.     color: var(--secondary-text) !important;
  231.     text-shadow: none !important;
  232.     border: none !important;
  233.     margin-top: 3px !important;
  234. }
  235.  
  236. /* menu icon */
  237. #PanelUI-button {
  238.     background: #0f0d1b !important;
  239. }
  240.  
  241. /* back/forward buttons*/
  242. #back-button > .toolbarbutton-icon {
  243.         list-style-image: url(http://puu.sh/nNmIC/afb1912a86.png) !important;
  244.         margin-left: -3px !important;
  245.     }
  246. #forward-button {
  247.         list-style-image: url(http://puu.sh/nNmJ1/ea4c68de75.png) !important;
  248.         margin-left: -3px !important;
  249. }
  250.  
  251. #back-button:hover, #forward-button:hover {
  252.         background: transparent !important;
  253.        background-color: var(--focus-tab-bg) !important;
  254.         opacity: 0.3 !important;
  255.         border: none !important;
  256.         box-shadow: none !important;
  257.     }
  258.  
  259. #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon, #back-button, #back-button .toolbarbutton-icon:hover, #back-button .toolbarbutton-icon, #forward-button .toolbarbutton-icon, #forward-button {
  260.        border-radius: 0px !important;
  261.        background: transparent !important;
  262.        background-color: transparent !important;
  263.        border: 0px solid #000 !important;
  264.        padding: 2px !important;
  265.        box-shadow: none !important;    
  266.        margin-left: 0px !important;
  267.        background-color: var(#16122e) !important;
  268.        width: 25px !important;
  269.        height: 30px !important;
  270.    }
  271.  
  272. #back-button:disabled, #forward-button:disabled {
  273.     opacity: 0.4 !important;
  274. }
  275.  
  276. /* remove disabled back button border */
  277. #back-button#back-button#back-button>image.toolbarbutton-icon {
  278. box-shadow: none !important;
  279. }
  280.  
  281. /* history dropdown */
  282. .urlbar-history-dropmarker, .urlbar-history-dropmarker:hover {
  283.      list-style-image: url(http://puu.sh/nNmHy/a8b9d78673.png) !important;
  284.      margin-top: -2px !important;
  285.      opacity: 0.8 !important;
  286.     }
  287. .urlbar-history-dropmarker:hover {
  288. opacity: 0.5 !important;
  289. }
  290.  .urlbar-history-dropmarker .dropmarker-icon {
  291.        width: 16px !important;      
  292.         }
  293.  
  294. /* go icon */
  295. #urlbar-go-button, #urlbar-go-button:hover, #urlbar-go-button:hover:active {
  296.    width: 16px !important;
  297.    height: 16px !important;
  298.     margin-top: -4px !important;
  299.   background-image: url(http://puu.sh/nNmGo/6eeca2ca99.png) !important;
  300.     }
  301.  #urlbar-go-button, #urlbar-go-button:not([disabled]):hover, #urlbar-go-button:not([disabled]):hover:active {
  302.     }
  303.  
  304. /* menu button */
  305. #PanelUI-button {
  306.     background: url('http://puu.sh/oEDUp/b03ca9e50d.png') !important;    
  307.     background-color: #0f0d1b !important;
  308.     background-repeat: no-repeat !important;
  309.     background-position: center !important;
  310.     box-shadow: none !important;
  311.     margin-left: -3px !important;
  312.     width: 44px !important;
  313.    height: 10px !important;
  314.     border: none !important;
  315. }
  316. #PanelUI-button:hover {
  317.     background-color: var(--url-bg) !important;
  318.     background-repeat: no-repeat !important;
  319.     background-position: center !important;
  320.     box-shadow: none !important;
  321.     margin-top: 0px !important;
  322.     width: 44px !important;
  323.    height: 10px !important;
  324.     border: none !important;
  325. }
  326.  
  327. #PanelUI-button .button-icon,
  328. #PanelUI-button .button-text {
  329.     display: none !important;
  330. }
  331. #PanelUI-menu-button {
  332.     opacity: 0 !important;
  333.     width: 10px !important;
  334.     height: 16px !important;
  335.     margin-right: -5px !important;
  336. }
  337.  
  338. /* remove shitty fog */
  339. #TabsToolbar:not(:-moz-lwtheme)::after {
  340.     display: none;
  341. }
  342.  
  343. /* bookmarks folder icons*/
  344. menu.bookmark-item:not([query]):not([label="Bookmarks Toolbar"]), menuitem.bookmark-item, menu.bookmark-item:not([query]):not([label="Bookmarks Toolbar"])[open] {
  345. list-style-image: url("https://puu.sh/leYZ9/1769a4b8b7.ico") !important;
  346. -moz-image-region: rect(0 32px 32px 0) !important;
  347. }
  348.  
  349. /* bookmark icon */
  350. #bookmarks-menu-button {
  351.     background-image: url('http://puu.sh/oEFdB/02fb7581fb.png') !important;
  352.     background-color: var(--url-bg) !important;
  353.     background-repeat: no-repeat  !important;
  354.     background-position: center !important;
  355.     opacity: 0.7 !important;
  356.     margin-top: -1px !important;
  357.     margin-left: 11px !important;
  358.     box-shadow: none !important;
  359.     width: 18px !important;
  360.     height: 15px !important;
  361.     border: none !important;
  362. }
  363. /* bookmark icon */
  364. #bookmarks-menu-button:hover {
  365.     background-color: var(--url-bg) !important;
  366.     background-repeat: no-repeat  !important;
  367.     background-position: center !important;
  368.     opacity: 0.4 !important;
  369.     margin-top: -1px !important;
  370.     margin-left: 11px !important;
  371.     box-shadow: none !important;
  372.     width: 18px !important;
  373.     height: 15px !important;
  374.     border: none !important;
  375. }
  376.  
  377.  
  378. /* speaker  icon */
  379. .tab-icon-sound, .tab-icon-overlay {
  380.     list-style-image: url('https://puu.sh/l8Qbf/d1a24baa27.png') !important;
  381.     opacity: 0.8 !important;
  382. }
  383. .tab-icon-sound[muted="true"] {
  384.     list-style-image: url('https://puu.sh/leWAi/54c36b6e52.png') !important;
  385.     opacity: 0.8 !important;
  386. }
  387.  
  388. .tabs-newtab-button {
  389.     background: var(--url-bg) !important;
  390.     width: 40px !important;
  391.      margin-left: 0px !important;
  392.     list-style-image: url('http://puu.sh/p5cHZ/9517fd36e1.png') !important;
  393. }
  394.  
  395. .toolbarbutton-menubutton-dropmarker {
  396.     display: none !important;
  397. }
  398.  
  399. #page-proxy-favicon {
  400.         list-style-image: url(http://puu.sh/jDf7t/c0600ffd52.png);
  401.     }
  402.  
  403. #reader-mode-button {
  404.     background-image: url(http://puu.sh/nOhuY/3f40ff38be.png);
  405.     margin-top: -2px !important;
  406.     margin-right: 2px !important;
  407. }
  408.  
  409. /* icons */
  410.  
  411. #reader-mode-button, #bookmarks-menu-button, #PanelUI-button {
  412.      list-style-image: none !important;
  413. }
  414.  
  415. #PanelUI-button, #bookmarks-menu-button, .urlbar-history-dropmarker, #urlbar-go-button,
  416. #urlbar-go-button:hover,
  417. #urlbar-go-button:hover:active,
  418. #PanelUI-menu-button .toolbarbutton-icon, #PanelUI-menu-button .toolbarbutton-icon, #bookmarks-menu-button, #bookmarks-menu-button:hover, #back-button > .toolbarbutton-icon, #forward-button {
  419.         -moz-image-region: rect(0, 0, 0, 0) !important;
  420.     }
  421.  
  422. #urlbar-go-button, #urlbar-go-button:hover, #urlbar-go-button:hover:active, #PanelUI-menu-button .toolbarbutton-icon, #PanelUI-menu-button .toolbarbutton-icon {
  423.    list-style-image: none !important;
  424.    background-size: contain !important;
  425.    background-position: center center !important;
  426.    background-repeat: no-repeat !important;
  427.         }
  428.    
  429. statuspanel[type="overLink"] .statuspanel-label {
  430. margin-bottom: 0px !important;    
  431. background: var(--url-bg) !important;
  432. border: 0px !important;
  433. color: var(--third-text) !important;
  434. }
  435.  
  436. statuspanel .statuspanel-label {
  437. background: var(--url-bg) !important;
  438. border: 0px !important;
  439. color: var(--third-text) !important;
  440. }
  441.  
  442. statuspanel[type="status"] .statuspanel-label[value^="Looking"],
  443. statuspanel[type="status"] .statuspanel-label[value^="Connect"],
  444. statuspanel[type="status"] .statuspanel-label[value^="Waiting"],
  445. statuspanel[type="status"] .statuspanel-label[value^="Transfer"] {
  446. background: var(--url-bg) !important;
  447. border: 0px solid !important;
  448. color: var(--third-text) !important;
  449. }        
  450.  
  451. #main-window:not([privatebrowsingmode])[sizemode="normal"] #nav-bar {
  452.     border-top: 0px #282B34!important;
  453. }
  454.  
  455. /* changes loading tab icons
  456. .tab-throbber[busy] {
  457.     animation-name: none !important;
  458.     list-style-image: url("http://puu.sh/jDkk9/2595e202c8.gif") !important;
  459. }
  460. .tab-throbber[progress] {
  461.     animation-name: none !important;
  462.     list-style-image: url("http://puu.sh/jDkk9/2595e202c8.gif") !important;
  463. } */
  464.  
  465. /* Add Ons Page - wip*/
  466. #view-port, #addons-page, .status-control-wrapper {
  467.   background-color: var(--focus-tab-bg) !important;
  468.   border: none !important;
  469. }
  470.  
  471. .addon.addon-view, .category, #nav-header, #categories, #header-search {
  472.     background-color: var(--tab-bg) !important;
  473. }
  474.  
  475. #header-search, #userstyle-sorting, #userstyle-footer {
  476.     border: none !important;
  477. }
  478.  
  479. .addon.addon-view, .category {
  480.   border-top: 0px !important;
  481.   border-bottom: 0px !important;
  482.    border-color: var(--main-text) !important;
  483. }
  484.  
  485. .advancedinfo-container, .name-container, .category, .text-link, .details.button-link, #userstyles-note {
  486.   color: var(--third-text) !important;
  487. }
  488.  
  489. #new-userstyle, #install-from-url,.addon-control, #userstyle-sorting-status, #userstyle-sorting-name, #userstyle-sorting-type, .sorter, #back-btn, #forward-btn, #header-utils-btn {
  490.   background-color: var(--focus-tab-bg) !important;
  491.   border: none !important;
  492.   color: var(--secondary-text) !important;
  493.   box-shadow: none !important;
  494. }
  495.  
  496. #window-controls {
  497.     opacity: 0 !important;
  498. }
  499. #window-controls:hover {
  500.     opacity: 0.4 !important;
  501. }
  502.  
  503. /* menu buttons */
  504.  
  505.   #tabview-button .toolbarbutton-icon,
  506.   #save-page-button .toolbarbutton-icon,
  507.   #developer-button .toolbarbutton-icon,
  508.   #preferences-button .toolbarbutton-icon,
  509.   #webrtc-status-button .toolbarbutton-icon, #new-window-button .toolbarbutton-icon,
  510.   #new-tab-button .toolbarbutton-icon,
  511.   #go-button:hover,
  512.   #downloads-button:not([attention]) .toolbarbutton-icon,
  513.   #zoom-in-button .toolbarbutton-icon,
  514.   #copy-button .toolbarbutton-icon,
  515.   #add-ons-button .toolbarbutton-icon,
  516.   #find-button .toolbarbutton-icon,
  517.   #sidebar-button .toolbarbutton-icon, #context-stop,
  518.   .tabs-closebutton:hover .toolbarbutton-icon,
  519.   .tab-close-button:hover .toolbarbutton-icon,
  520.   #downloads-button[paused] .toolbarbutton-icon,
  521.   #urlbar-stop-button:hover,
  522.   #cut-button .toolbarbutton-icon,
  523.   #zoom-out-button .toolbarbutton-icon,
  524.   #stop-button .toolbarbutton-icon,
  525.   #characterencoding-button .toolbarbutton-icon, #tabview-button .toolbarbutton-icon,
  526.   #history-button .toolbarbutton-icon,
  527.   #history-panelmenu .toolbarbutton-icon,
  528.   #fullscreen-button .toolbarbutton-icon,
  529.   #urlbar-reload-button:hover,
  530.   #paste-button .toolbarbutton-icon,
  531.   #reload-button .toolbarbutton-icon, #urlbar[level="broken"] #page-proxy-favicon, #feed-button .toolbarbutton-icon, #password-notification-icon,
  532.   #home-button .toolbarbutton-icon,
  533.   #open-file-button .toolbarbutton-icon,
  534.   #email-link-button .toolbarbutton-icon, #sync-button .toolbarbutton-icon,
  535.   #social-share-button .toolbarbutton-icon, #privatebrowsing-button .toolbarbutton-icon,
  536.   #print-button .toolbarbutton-icon,  
  537.   #PanelUI-menu-button .toolbarbutton-icon,
  538.   #nav-bar-overflow-button .toolbarbutton-icon,
  539.   #classic_bm_button23-toolbar-button > .toolbarbutton-icon,
  540.   #bookmarks-menu-button:not([starred]) .toolbarbutton-icon,
  541.   #bookmarks-button .toolbarbutton-icon,
  542.   #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, #ublock0-button, #downloads-button {
  543.   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'>\
  544.    <feColorMatrix in='SourceGraphic' type='matrix' values=\
  545.    '1.1 0.0 0.0 0.0 0.0 \
  546.    1.0 0.0 0.0 0.0 0.0 \
  547.    1.1 0.0 0.0 0.0 0.0 \
  548.    1.1 0.0 0.0 1.1 0.0'/></filter></svg>#invert") !important;
  549.     /*filter: hue-rotate(120deg) !important;*/
  550.      opacity: 0.5 !important;
  551.   }
  552.  
  553.                                            /* about ffox dialog */    
  554. #aboutDialogContainer, #clientBox, .main-content {
  555.     background: var(--tab-bg) !important;
  556.     color: var(--secondary-text) !important;
  557. }    
  558. #noUpdatesFound > label, #trademark, #verifiedManage, #fxaUnlinkButton, #fxaChangeDeviceName, #fxaSyncComputerName, .androidAttribution {
  559.      color: var(--main-text) !important;
  560.  }
  561. #leftBox {
  562.     background-image: url("https://puu.sh/lkSrb/131664655c.png") !important;
  563. }    
  564. #rightBox {
  565.     background-image: url("https://puu.sh/lkSoQ/809ae3607f.png") !important;
  566. }      
  567.    
  568. #notification-popup-box {
  569.     display: none !important;
  570. }        
  571.    
  572. /* library window */
  573. #placesToolbar, #verifiedManage, #fxaUnlinkButton, #fxaChangeDeviceName, #fxaSyncComputerName, #help-button, #generalTab, #dataChoicesTab, #networkTab, #updateTab, #encryptionTab, #tabsElement, .checkbox-check {
  574.     background: var(--focus-tab-bg) !important;
  575. }
  576.    
  577. #browserStartupPage, #browserHomePage, #useCurrent, #useBookmark, #restoreDefaultHomePage, #chooseFolder, #filter, #handlersView, #typeColumn, #actionColumn, #historyMode, #addonExceptions, #passwordExceptions, #changeMasterPassword, #showPasswords, #engineShown, #engineName, #engineKeyword, #engineChildren, #engineList, #defaultEngine, #defaultFont, #defaultFontSize, #popupPolicyButton, #advancedFonts, #colors, #chooseLanguage, #warningScreen, #warningButton, #configDeck > vbox, #configTreeBody, #prefCol, #lockCol, #typeCol, #valueCol, #configTree > treecols:nth-child(1) {
  578.     background: var(--focus-tab-bg) !important;
  579.     border: none !important;  
  580.     color: var(--main-text) !important;
  581. }    
  582.  
  583. /* remove unsorted bookmarks from bookmarks dropdown */
  584.     #BMB_unsortedBookmarks + menuseparator,
  585. #BMB_unsortedBookmarks, #bookmarksMenuPopup > .hide-if-empty-places-result,
  586. #menu_unsortedBookmarks {
  587.   display: none !important;
  588. }    
  589.  
  590. #titlebar-buttonbox {
  591.     display: none !important;
  592. }
  593.    
  594. :root {
  595.     --in-content-text-color: var(--main-text) !important;
  596. }    
  597.    
  598. #placesList > treechildren, #searchFilter, #textbox {
  599.     background: var(--tab-bg) !important;
  600.      color: var(--main-text) !important;  
  601. }
  602. .download.download-state, #clearDownloadsButton {
  603.     background: var(--url-bg) !important;
  604.      color: var(--third-text) !important;  
  605. }    
  606. #placesToolbar, #placesView > splitter, #searchFilter, .checkbox-check, .fxaAccountBox, #verifiedManage, #fxaUnlinkButton, #fxaChangeDeviceName, #fxaSyncComputerName, .header, spacer.separator, #tabsElement, #handlersView > listheader, #engineList > treecols, #textbox, #configTree {
  607.     border: none !important;
  608. }      
  609. .checkbox-check {
  610.     border-radius: 0px !important;
  611.     box-shadow: none !important;
  612. }    
  613.  
  614. #noscript-tbb {
  615.     list-style-image: url(http://puu.sh/nNmHy/a8b9d78673.png) !important;
  616. }
  617.  
  618. #action-bar-self-destructing-cookies
  619.     list-style-image: url(http://puu.sh/nNmHy/a8b9d78673.png) !important;
  620. }
Advertisement
Add Comment
Please, Sign In to add comment