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

Fixed grain texture not being clipped at window corners (closes https://github.com/zen-browser/desktop/issues/2942)

This commit is contained in:
mr. M 2024-12-27 21:10:07 +01:00
parent 78b32002d7
commit 598ede6b37
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -1,8 +1,8 @@
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index a9276a678f16a67e2a003474203c37cb5c9300ad..7d30aaf66659ffa53937f45b0db98f9aebb483c7 100644
index a9276a678f16a67e2a003474203c37cb5c9300ad..892c69950d2a695b890fec9f8ea3f6e64032fe25 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -42,15 +42,16 @@
@@ -42,15 +42,17 @@
-moz-default-appearance: -moz-window-decorations;
appearance: auto;
@ -10,7 +10,8 @@ index a9276a678f16a67e2a003474203c37cb5c9300ad..7d30aaf66659ffa53937f45b0db98f9a
- dialog::backdrop {
+ #zen-main-app-wrapper,
+ dialog::backdrop,
+ #browser::after {
+ #browser::after,
+ #browser::before {
border-top-left-radius: env(-moz-gtk-csd-titlebar-radius);
border-top-right-radius: env(-moz-gtk-csd-titlebar-radius);
}