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

Enhance background animation and styling for Zen theme, improving visual transitions and inactive window appearance

This commit is contained in:
mr. M 2024-12-25 19:15:40 +01:00
parent 182de8ef6d
commit 86840ee0f5
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
5 changed files with 62 additions and 48 deletions

View file

@ -1,17 +1,19 @@
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index 963a33af85521914ba0dad973ef94e6a8c2afdd0..f31bd5261631cb9e00ee6b723d6f9a85f0ae3119 100644
index a9276a678f16a67e2a003474203c37cb5c9300ad..7d30aaf66659ffa53937f45b0db98f9aebb483c7 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -72,7 +72,7 @@
@@ -42,15 +42,16 @@
-moz-default-appearance: -moz-window-decorations;
appearance: auto;
- #navigator-toolbox,
- dialog::backdrop {
+ #zen-main-app-wrapper,
dialog::backdrop {
+ dialog::backdrop,
+ #browser::after {
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") {