mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-22 11:26:41 +00:00
39 lines
1.3 KiB
C++
39 lines
1.3 KiB
C++
diff --git a/browser/themes/shared/tabbrowser/content-area.css b/browser/themes/shared/tabbrowser/content-area.css
|
|
index 7fbe572527a702f35434ad73ad6cda41c5c082c0..ccf7c8c5f408cec50e562a9821767ea3e22b7e3c 100644
|
|
--- a/browser/themes/shared/tabbrowser/content-area.css
|
|
+++ b/browser/themes/shared/tabbrowser/content-area.css
|
|
@@ -89,7 +89,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") {
|
|
@@ -145,7 +144,6 @@
|
|
}
|
|
|
|
browser:is([blank], [pendingpaint]) {
|
|
- opacity: 0;
|
|
}
|
|
|
|
browser[type="content"] {
|
|
@@ -423,7 +421,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 */
|
|
@@ -590,7 +588,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"] {
|