Skip to content

Commit 3f711bf

Browse files
committed
Actually finally fix coloring
1 parent c8dfc45 commit 3f711bf

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

browser/themes/shared/browser-shared.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -165,27 +165,27 @@
165165

166166
will-change: background-color;
167167
transition: background-color var(--inactive-window-transition);
168-
168+
169169
&:-moz-window-inactive {
170170
background-color: var(--toolbox-non-lwt-bgcolor-inactive);
171171
color: var(--toolbox-non-lwt-textcolor-inactive);
172172
}
173+
}
174+
}
173175

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));
189189
}
190190
}
191191

browser/themes/shared/light-dark-overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
background: transparent !important;
7474
}
7575

76+
/* Allows seeing the caption bar on Windows pre-10 */
77+
#navigator-toolbox,
78+
#navigator-toolbox-background {
79+
background-color: transparent !important;
80+
}
81+
7682
/* Remove lwtheme borders from toolbars in non-maximized windows. */
7783
#toolbar-menubar,
7884
#TabsToolbar {

0 commit comments

Comments
 (0)