1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-09 00:35:31 +02:00

Refactor zen-browser-ui.css: Remove unnecessary background styling

This commit is contained in:
mauro-balades 2024-09-07 20:37:04 +02:00
parent 822cafbaad
commit 163668d031
2 changed files with 22 additions and 7 deletions

View file

@ -0,0 +1,22 @@
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index 963a33af85521914ba0dad973ef94e6a8c2afdd0..f31bd5261631cb9e00ee6b723d6f9a85f0ae3119 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -72,7 +72,7 @@
-moz-default-appearance: -moz-window-decorations;
appearance: auto;
- #navigator-toolbox,
+ #zen-main-app-wrapper,
dialog::backdrop {
border-top-left-radius: env(-moz-gtk-csd-titlebar-radius);
border-top-right-radius: env(-moz-gtk-csd-titlebar-radius);
@@ -80,7 +80,7 @@
/* stylelint-disable-next-line media-query-no-invalid */
@media (-moz-bool-pref: "widget.gtk.rounded-bottom-corners.enabled") {
- #navigator-toolbox {
+ #zen-main-app-wrapper {
/* The body clip below covers this. */
border-radius: 0;
}