Advertisement
JackDinn

Untitled

Jun 2nd, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. #tabbrowser-tabs, #TabsToolbar, #browser-panel {
  2. background: #292F34 !important;;
  3. color: var(--chrome-color);
  4. }
  5.  
  6. #navigator-toolbox > toolbar:not(#TabsToolbar):not(#toolbar-menubar), .browserContainer > findbar, #browser-bottombox {
  7. background-color: #292F34 !important;
  8. background-image: none !important;
  9. color: var(--chrome-color);
  10. }
  11. .tabbrowser-tab:not([visuallyselected="true"]) {
  12. background-color: #292f34 !important;
  13.  
  14. }
  15.  
  16. #TabsToolbar[brighttext] > #tabbrowser-tabs > .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]) {
  17. background-color: #292f34 !important;
  18. }
  19. .tabbrowser-tab:hover {
  20. background-color: #292f34 !important;
  21. background-image: none !important;
  22. }
  23. .tabbrowser-tab .tab-line:not([selected="true"]),
  24. .tabbrowser-tab:hover .tab-line:not([selected="true"]){
  25. background-color: #0d98ff !important;
  26. }
  27. .tabbrowser-tab[visuallyselected] {
  28.  
  29. background-color: #292f34 !important;
  30. border-bottom: 1px solid #0d98ff !important;
  31.  
  32. }
  33. .tab-line[selected="true"] {
  34. height: 0px !important;
  35. }
  36. #tabbrowser-tabs:not([movingtab]) > .tabbrowser-tab > .tab-stack > .tab-background[selected="true"]:-moz-lwtheme {
  37. background-attachment: scroll, fixed;
  38. background-color: #292F34 !important;
  39. background-image: none !important;
  40. background-position: 0 0, right top;
  41. background-repeat: repeat-x, no-repeat;
  42. background-size: auto 100%, auto auto;
  43. }
  44.  
  45. #nav-bar {
  46. box-shadow: 0 -1px #292F34 !important;
  47. }
  48.  
  49. #urlbar, #navigator-toolbox .searchbar-textbox {
  50. background-color: #292F34 !important;
  51. }
  52. .tabbrowser-tab {
  53. -moz-box-align: baseline !important;;
  54. }
  55. .panel-arrowcontent {
  56. background: #292F34 !important;
  57. }
  58.  
  59. #PanelUI-footer {
  60. background-color: #292F34 !important;
  61. }
  62. #urlbar, #navigator-toolbox .searchbar-textbox {
  63. border: 0px solid !important;
  64. }
  65. #urlbar-go-button, #reload-button, #stop-button, #PanelUI-button {
  66. border-image-slice: 0 !important;
  67. }
  68. #back-button > .toolbarbutton-icon, #forward-button > .toolbarbutton-icon {
  69. border: 0px solid !important;
  70. }
  71. browser[type="content"] {
  72. margin-right: -16px !important;
  73. }
  74. #navigator-toolbox:-moz-lwtheme::after {
  75. border-bottom: none !important;
  76. }
  77. autorepeatbutton {
  78. border: none !important;
  79. }
  80. menuseparator.bookmarks-actions-menuseparator{
  81. -moz-appearance: none !important;
  82. }
  83. html|html, xul|page, xul|window {
  84. background-color: #292F34 !important;
  85.  
  86. }
  87. toolbarbutton.bookmark-item menupopup menuitem:hover, menu:hover{
  88. color: black !important;
  89. }
  90. **/
  91. :root {
  92. --in-content-page-color: #0c0c0d;
  93. --in-content-page-background: blue!important;
  94. --in-content-text-color: #0c0c0d;
  95. --in-content-selected-text: #fff;
  96. --in-content-box-background: #fff;
  97. --in-content-box-background-odd: #f3f6fa;
  98. --in-content-box-background-hover: #ebebeb;
  99. --in-content-box-background-active: #dadada;
  100. --in-content-box-border-color: #d7d7db;
  101. --in-content-item-hover: rgba(0,149,221,0.25);
  102. --in-content-item-selected: #0a84ff;
  103. --in-content-border-highlight: #0a84ff;
  104. --in-content-border-focus: #0a84ff;
  105. --in-content-border-color: #d7d7db;
  106. --in-content-category-outline-focus: 1px dotted #0a84ff;
  107. --in-content-category-text: rgba(12,12,13);
  108. --in-content-category-text-active: #0c0c0d;
  109. --in-content-category-text-selected: #0a84ff;
  110. --in-content-category-text-selected-active: #0060df;
  111. --in-content-category-background-hover: rgba(12,12,13,0.1);
  112. --in-content-category-background-active: rgba(12,12,13,0.15);
  113. --in-content-category-background-selected-hover: rgba(12,12,13,0.15);
  114. --in-content-category-background-selected-active: rgba(12,12,13,0.2);
  115. --in-content-tab-color: #424f5a;
  116. --in-content-link-color: #0a8dff;
  117. --in-content-link-color-hover: #0060df;
  118. --in-content-link-color-active: #003eaa;
  119. --in-content-link-color-visited: #0a8dff;
  120. --in-content-primary-button-background: #0a84ff;
  121. --in-content-primary-button-background-hover: #0060df;
  122. --in-content-primary-button-background-active: #003EAA;
  123. --in-content-table-border-dark-color: #d1d1d1;
  124. --in-content-table-header-background: #0a84ff;
  125. }**/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement