File tree 2 files changed +22
-16
lines changed 2 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 165
165
166
166
will-change : background-color;
167
167
transition : background-color var (--inactive-window-transition );
168
-
168
+
169
169
& : -moz-window-inactive {
170
170
background-color : var (--toolbox-non-lwt-bgcolor-inactive );
171
171
color : var (--toolbox-non-lwt-textcolor-inactive );
172
172
}
173
+ }
174
+ }
173
175
174
- : root [customizing ] & {
175
- border-bottom-style : none;
176
- }
177
-
178
- & : -moz-lwtheme {
179
- background-image : var (--lwt-additional-images );
180
- background-repeat : var (--lwt-background-tiling );
181
- background-position : var (--lwt-background-alignment );
182
- background-color : var (--lwt-accent-color );
183
- color : inherit;
184
-
185
- & : -moz-window-inactive {
186
- background-color : var (--lwt-accent-color-inactive , var (--lwt-accent-color ));
187
- }
188
- }
176
+ : root [customizing ] & {
177
+ border-bottom-style : none;
178
+ }
179
+
180
+ & : -moz-lwtheme {
181
+ background-image : var (--lwt-additional-images );
182
+ background-repeat : var (--lwt-background-tiling );
183
+ background-position : var (--lwt-background-alignment );
184
+ background-color : var (--lwt-accent-color );
185
+ color : inherit;
186
+
187
+ & : -moz-window-inactive {
188
+ background-color : var (--lwt-accent-color-inactive , var (--lwt-accent-color ));
189
189
}
190
190
}
191
191
Original file line number Diff line number Diff line change 73
73
background : transparent !important ;
74
74
}
75
75
76
+ /* Allows seeing the caption bar on Windows pre-10 */
77
+ # navigator-toolbox ,
78
+ # navigator-toolbox-background {
79
+ background-color : transparent !important ;
80
+ }
81
+
76
82
/* Remove lwtheme borders from toolbars in non-maximized windows. */
77
83
# toolbar-menubar ,
78
84
# TabsToolbar {
You can’t perform that action at this time.
0 commit comments