mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-19 09:32:33 +00:00
39 lines
1.4 KiB
C++
39 lines
1.4 KiB
C++
diff --git a/browser/themes/shared/tabbrowser/content-area.css b/browser/themes/shared/tabbrowser/content-area.css
|
|
index 05c1261f0085794e5e81dc8c1ef24fe1a9c5ec82..d0a1938b629338184bc462b4da1e10e1a4d6a4e7 100644
|
|
--- a/browser/themes/shared/tabbrowser/content-area.css
|
|
+++ b/browser/themes/shared/tabbrowser/content-area.css
|
|
@@ -85,7 +85,6 @@
|
|
min-height: 0;
|
|
|
|
/* We want to be able to show the frame color behind the clipped radiused corner */
|
|
- background: var(--tabpanel-background-color);
|
|
|
|
/* stylelint-disable-next-line media-query-no-invalid */
|
|
@media -moz-pref("sidebar.revamp") {
|
|
@@ -146,7 +145,6 @@
|
|
}
|
|
|
|
browser:is([blank], [pendingpaint]) {
|
|
- opacity: 0;
|
|
}
|
|
|
|
/* Exclude browsers with smartwindow-content attribute which inherit
|
|
@@ -440,7 +438,7 @@ split-view-footer {
|
|
|
|
.dialogStack {
|
|
z-index: var(--browser-stack-z-index-dialog-stack);
|
|
- position: absolute;
|
|
+ position: fixed;
|
|
inset: 0;
|
|
/* --browser-with-dialog set on browser[tabDialogShowing], we want to position the overlay
|
|
only on the top of the <browser> element so it doesn't overlap the DevTools toolbox */
|
|
@@ -607,7 +605,7 @@ split-view-footer {
|
|
|
|
.dialogOverlay[topmost="true"],
|
|
#window-modal-dialog::backdrop {
|
|
- background-color: var(--background-color-overlay);
|
|
+ background-color: light-dark(rgba(255, 255, 255, .3), rgba(0, 0, 0, .3));
|
|
}
|
|
|
|
.dialogOverlay[hideContent="true"][topmost="true"] {
|