Guest User

Untitled

a guest
Apr 15th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.32 KB | None | 0 0
  1. /* Nav Bar + Home Backgroud Color - #191a2a */
  2. /* URL Bar - #1e2030 Color - #00AABB */
  3. /* Other Tab % Popup - #191925 */
  4.  
  5. /****** Nav Bar *****/
  6. /* Nav Bar Background Color */
  7. #nav-bar {background-color: #2A2D3E !important;}
  8.  
  9. /* URL Bar */
  10. #urlbar-background {background-color: #191925 !important; border: none !important;}
  11. #urlbar-input-container {color: #00AABB !important;}
  12.  
  13. /* Content Seperator Color */
  14. :root:-moz-lwtheme {--chrome-content-separator-color: #1F1F2B !important;}
  15.  
  16.  
  17.  
  18. /***** Tabs *****/
  19. /* Tab Text Color */
  20. .tab-content {color: #008890 !important;} /* [selected="true"] */
  21.  
  22. /* Active Tab Top Line Color */
  23. .tabbrowser-tab {--tab-line-color: #00AABB !important; color: #191925 !important;}
  24.  
  25. /* Active Tab Background Color */
  26. .tabbrowser-tab > .tab-stack > .tab-background[selected="true"] {background-color: #2A2D3E !important; background-image: none !important;}
  27.  
  28. /* Inactive Tabs Background Color */
  29. .tabbrowser-tab > .tab-stack > .tab-background {background-color: #1F1F2B !important;}
  30.  
  31. /*
  32. .tab-background {
  33.   border-top-left-radius: 10px !important;
  34.   border-top-right-radius: 10px !important;
  35.   border-top: 2px solid #191925 !important;
  36. }
  37.  
  38. .tab-background[selected="true"] {
  39.   border-top: 2px solid #00AABB !important;}
  40. */
  41. .titlebar-spacer[type="pre-tabs"]{ display: none !important }
  42.  
  43.  
  44.  
  45. /***** Menu Popups *****/
  46. /* Popup Background & Text Color */
  47. .PanelUI-subView {
  48.   --arrowpanel-background: #2A2D3E !important;
  49.   --arrowpanel-color: #00AABB !important;
  50.   --lwt-accent-color: rgb(12, 12, 13);
  51.   --lwt-text-color: #00AABB !important;
  52.   color: #00AABB !important;
  53. }
  54.  
  55. /* Hide Non-Required Options */
  56. #appMenu-fxa-status, .sync-ui-item, #appMenu-new-window-button {
  57.   display: none !important;}
  58.  
  59. /* #appMenu-edit-controls, .panel-subview-body > toolbarseparator:nth-child(6) */
  60.  
  61. /* Popup - Button Background Hover */
  62. .subviewbutton:hover, .subviewbutton:active, .subviewbutton:focus {background-color: #1F1F2B !important;}
  63.  
  64. .panel-arrowcontent {
  65.   border-radius: 7px !important;
  66.   margin-top: 7px !important;
  67. }
  68. .panel-arrowbox {display: none !important; fill:#2A2D3E !important}
  69.  
  70. #appMenu-library-button .toolbarbutton-icon {fill: #00AABB !important;}
  71.  
  72.  
  73. menupopup > menuitem:last-child {border-bottom-right-radius: 5px !important; border-bottom-left-radius: 5px !important;}
  74. menupopup > menuitem, #context-navigation {color: #00AABB !important;}
  75. menupopup > menuitem:hover, menupopup > menuitem:focus, menupopup > menuitem:active, #context-navigation {background-color: #1F1F2B !important;}
  76.  
  77. /***** Toolbar Buttons *****/
  78. /* Icon & Hover Background Color */
  79. .toolbarbutton-icon {fill: #00AABB !important;}
  80. .toolbarbutton-icon[label="Library"] {fill: #999 !important;}
  81. .toolbarbutton-icon:hover {background-color: #1F1F2B !important;}
  82.  
  83. :root:-moz-lwtheme-brighttext, toolbar[brighttext] {
  84.   --toolbarbutton-hover-background: #1F1F2B !important;
  85.   --toolbarbutton-active-background: #1F1F2B !important;
  86.   --backbutton-background: #1F1F2B !important;
  87.   --backbutton-hover-background: #171720 !important;
  88.   --backbutton-active-background: #171720 !important;
  89. }
  90.  
  91. /* Hide Non-Needed Toolbar Buttons */
  92. #tracking-protection-icon-container, #pageActionButton {display: none !important;}
  93. #page-action-buttons > :not([hidden]):not(toolbartabstop) ~ #pageActionSeparator {margin-right: 0px !important;}
  94.  
  95. /* Bookmark Button Hover Background */
  96. #star-button:hover, #star-button:active, #star-button:focus, #star-button-box:hover, #star-button-box:active, #star-button-box:focus {background-color: #13131a !important;}
  97.  
  98. /***** Add-ons Icons *****/
  99. /* Container Add-on Icon */
  100. #_testpilot-containers-browser-action {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/Container.svg") !important;}
  101.  
  102. /* Dark Reader Add-on Icon */
  103. #addon_darkreader_org-browser-action {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/Dark-Mode.svg") !important;}
  104.  
  105. /* uBlock Add-on Inactive Icon */
  106. #ublock0_raymondhill_net-browser-action {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/uBlock-OFF.svg") !important;}
  107.  
  108. /* uBlock Add-on Active Icon */
  109. #ublock0_raymondhill_net-browser-action[badgeStyle="background-color: rgba(0, 0, 255, 1); color: rgba(255, 255, 255, 1)"] {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/uBlock-ON.svg") !important;}
Add Comment
Please, Sign In to add comment