mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-28 05:58:38 +00:00
29 lines
1.0 KiB
C++
29 lines
1.0 KiB
C++
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
|
|
index 4485369284ee762bc8b35afb84fec0874a831fff..7096e2e5d50cda99b62a2aa7118fea6371e76b85 100644
|
|
--- a/browser/themes/windows/browser.css
|
|
+++ b/browser/themes/windows/browser.css
|
|
@@ -31,7 +31,6 @@
|
|
/* stylelint-disable-next-line media-query-no-invalid */
|
|
@media -moz-pref("widget.windows.mica.toplevel-backdrop", 2) {
|
|
/* For acrylic, do the same we do for popups to guarantee some contrast */
|
|
- background-color: light-dark(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.6));
|
|
}
|
|
|
|
/* Using a semitransparent background preserves the tinting from the backdrop.
|
|
@@ -60,14 +59,12 @@
|
|
}
|
|
|
|
/* This is needed for Windows 10, see bug 1961257 */
|
|
-@media (-moz-windows-accent-color-in-titlebar) {
|
|
- :root[customtitlebar][sizemode="normal"] #navigator-toolbox {
|
|
+ :root[customtitlebar][sizemode="normal"] #browser {
|
|
border-top: 0.5px solid ActiveBorder;
|
|
&:-moz-window-inactive {
|
|
border-top-color: InactiveBorder;
|
|
}
|
|
}
|
|
-}
|
|
|
|
/* Titlebar */
|
|
|