1 /*@import "scrollbars.css";*/
2
3 /* New Tab Flash */
4 :root{--newtab-textbox-background-color:#263238;}
5
6 #browser vbox#appcontent tabbrowser,
7 #content,
8 #tabbrowser-tabpanels,
9 browser[type=content-primary],
10 browser[type=content] > html{
11 background: #263238 !important
12 }
13
14 .tab-line {
15 display : none !important;
16 }
17
18 /* Toolbar buttons */
19 .toolbarbutton-1 {
20 fill: #81A1C1 !important;
21 background-color: #263238 !important;
22 }
23
24 /* Remove border under navbar */
25 #navigator-toolbox::after {
26 border-bottom: 0px !important;
27 }
28
29 /* remove some borders */
30 #navigator-toolbox {
31 border: none !important;
32 }
33
34 #titlebar {
35 border: none !important;
36 }
37
38 #tabbrowser-tabs {
39 background-color: #263238 !important;
40 }
41
42 /* remove lines */
43
44 #navigator-toolbox::after {
45 display: none !important;
46 }
47
48 #nav-bar, #TabsToolbar {
49 border: none !important;
50 }
51
52 .tabbrowser-tab::before,
53 .tabbrowser-tab::after{
54 display: none !important;
55
56 }
57 tab
58 {
59 background-color: #263238 !important;
60 font-weight: thin !important;
61 color : #81A1C1 !important;
62 }
63
64
65 .tab-content[selected="true"]
66 {
67 background-color: #263238 !important;
68 font-weight: bold !important;
69 color : #81A1C1 !important;
70 }
71
72 #nav-bar-customization-target {
73 background-color: #263238 !important;
74 }
75
76
77 .tabbrowser-tab{ opacity: 0.5 }
78 .tabbrowser-tab:hover{ opacity: 0.75 }
79 .tabbrowser-tab[selected]{ opacity: 1 }
80
81 #urlbar{
82 box-shadow: none !important;
83 background-color: #263238 !important;
84 background: none !important;
85 border: none !important;
86 color : #81A1C1 !important;
87 font-weight: bold !important;
88 }
89
90 #urlbar:hover{
91 box-shadow: none !important;
92 }
93
94 #tracking-protection-icon-container,#pageActionSeparator{ border-inline-width: 0px !important; }
95 .urlbar-icon,
96 .urlbar-icon-wrapper,
97 #tabbrowser-tabs toolbarbutton,
98 toolbar toolbarbutton > .toolbarbutton-icon,
99 toolbar toolbarbutton > .toolbarbutton-badge-stack,
100 .titlebar-button,
101 #identity-box,
102 #tracking-protection-icon-container,
103 .findbar-textbox~toolbarbutton,
104 toolbarbutton.scrollbutton-up,
105 toolbarbutton.scrollbutton-down{ background-color: transparent !important;}
106
107 .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]):not([multiselected]){ background-color: transparent !important }
108
109 /*Tabs below nav bar*/
110 #nav-bar {
111 -moz-box-ordinal-group: 1 !important;
112 }
113 #PersonalToolbar {
114 -moz-box-ordinal-group: 2 !important;
115 }
116 #titlebar {
117 -moz-box-ordinal-group: 3 !important;
118 }
119
120 #navigator-toolbox{
121 margin-top: 0px;
122 padding-top:0px !important;
123 }
124 #toolbar-menubar{
125 position: fixed;
126 top: 0px;
127 }
128 /*#navigator-toolbox { --tabs-border-color: transparent !important; }*//* remove weird line*/
129
130
131
132 /*Hide tabs bar if one tab is opened*/
133 #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
134 min-height: 0 !important;
135 }
136
137 #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
138 visibility: collapse !important;
139 }
140
141 #tabbrowser-tabs #tabs-newtab-button {
142 visibility: collapse !important;
143 }