|
|
@@ -1,16 +1,37 @@
|
|
1
|
1
|
/* bring the browser window to the top */
|
|
2
|
2
|
#browser{-moz-box-ordinal-group:0!important;order:0!important;}
|
|
3
|
|
-#navigator-toolbox-background{-moz-box-ordinal-group: 1 !important;order: 1 !important;
|
|
4
|
|
-}
|
|
|
3
|
+#navigator-toolbox-background{-moz-box-ordinal-group:1!important;order:1!important;}
|
|
|
4
|
+
|
|
|
5
|
+#urlbar{--urlbar-height:16px!important;}
|
|
5
|
6
|
|
|
6
|
7
|
/*fix pop-ups opening below window*/
|
|
7
|
|
-#urlbar[open]{
|
|
8
|
|
- display: flex !important;
|
|
9
|
|
- flex-direction: column-reverse; /* use 'column' if you want to type the URL in center*/
|
|
10
|
|
- bottom: -1px !important;
|
|
11
|
|
- top: auto !important;
|
|
|
8
|
+#urlbar[open]
|
|
|
9
|
+{
|
|
|
10
|
+width: -moz-available !important;
|
|
|
11
|
+display: flex !important;
|
|
|
12
|
+flex-direction: column-reverse; /* use 'column' if you want to type the URL in center*/
|
|
|
13
|
+bottom: -1px !important;
|
|
|
14
|
+top: auto !important;
|
|
|
15
|
+}
|
|
|
16
|
+
|
|
|
17
|
+.urlbarView-body-inner { border-top: none !important;}
|
|
|
18
|
+.urlbarView-results
|
|
|
19
|
+{
|
|
|
20
|
+padding-block: 0px !important;
|
|
|
21
|
+white-space: nowrap !important;
|
|
|
22
|
+}
|
|
|
23
|
+.urlbarView-row-inner
|
|
|
24
|
+{
|
|
|
25
|
+padding-block: 0px !important;
|
|
|
26
|
+}
|
|
|
27
|
+
|
|
|
28
|
+:root toolbarbutton.bookmark-item{margin-inline:0px!important;}
|
|
|
29
|
+
|
|
|
30
|
+#personal-toolbar-empty-description,toolbarbutton.bookmark-item:not(.subviewbutton)
|
|
|
31
|
+{
|
|
|
32
|
+margin:0px!important;
|
|
|
33
|
+padding:var(--bookmark-block-padding) 0px !important;
|
|
12
|
34
|
}
|
|
13
|
|
-.urlbarView-body-inner { border-top: none !important; }
|
|
14
|
35
|
|
|
15
|
36
|
:root{
|
|
16
|
37
|
--toolbarbutton-outer-padding: 0 !important;
|
|
|
@@ -28,6 +49,7 @@
|
|
28
|
49
|
--tabs-navbar-shadow-size: 1px !important;
|
|
29
|
50
|
--urlbarView-row-gutter: 0px !important;
|
|
30
|
51
|
--urlbarView-favicon-width: 16px !important;
|
|
|
52
|
+--urlbarView-result-button-size:16PX!important;
|
|
31
|
53
|
--tab-shadow-max-size: 0px !important;
|
|
32
|
54
|
}
|
|
33
|
55
|
toolbar .toolbaritem-combined-buttons { margin-inline: 0px !important;}
|
|
|
@@ -97,11 +119,6 @@ toolbar {
|
|
97
|
119
|
|
|
98
|
120
|
|
|
99
|
121
|
|
|
100
|
|
-
|
|
101
|
|
-
|
|
102
|
|
-
|
|
103
|
|
-
|
|
104
|
|
-
|
|
105
|
122
|
:root{
|
|
106
|
123
|
--toolbarbutton-inner-padding:0px !important;
|
|
107
|
124
|
--tab-min-height: 16px !important;
|
|
|
@@ -110,13 +127,8 @@ toolbar {
|
|
110
|
127
|
#urlbar-container, #search-container{ padding-block: 0px !important; }
|
|
111
|
128
|
|
|
112
|
129
|
|
|
113
|
|
-
|
|
114
|
|
-
|
|
115
|
130
|
|
|
116
|
|
-/* Removes text from tabs */
|
|
117
|
|
-.tabbrowser-tab .tab-label {
|
|
118
|
|
- display:none !important;
|
|
119
|
|
-}
|
|
|
131
|
+.tab-label-container{display:none!important;}
|
|
120
|
132
|
|
|
121
|
133
|
/* Resizes tabs to minimum width */
|
|
122
|
134
|
.tabbrowser-tab{
|
|
|
@@ -125,5 +137,4 @@ toolbar {
|
|
125
|
137
|
}
|
|
126
|
138
|
|
|
127
|
139
|
|
|
128
|
|
-
|
|
129
|
|
-.tabbrowser-tab .tab-close-button { display:none !important; }
|
|
|
140
|
+.tabbrowser-tab .tab-close-button { display:none !important; }
|