From a502dda5282230b5dd038c2faed3dda0a49b195a Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 28 Sep 2025 09:24:04 +0530 Subject: [PATCH 1/2] fix: Quit popup menu background --- themes/Frappe/Blue/userChrome.css | 4 ++++ themes/Frappe/Flamingo/userChrome.css | 4 ++++ themes/Frappe/Green/userChrome.css | 4 ++++ themes/Frappe/Lavender/userChrome.css | 4 ++++ themes/Frappe/Maroon/userChrome.css | 4 ++++ themes/Frappe/Mauve/userChrome.css | 4 ++++ themes/Frappe/Peach/userChrome.css | 4 ++++ themes/Frappe/Pink/userChrome.css | 4 ++++ themes/Frappe/Red/userChrome.css | 4 ++++ themes/Frappe/Rosewater/userChrome.css | 4 ++++ themes/Frappe/Sapphire/userChrome.css | 4 ++++ themes/Frappe/Sky/userChrome.css | 4 ++++ themes/Frappe/Teal/userChrome.css | 4 ++++ themes/Frappe/Yellow/userChrome.css | 4 ++++ themes/Latte/Blue/userChrome.css | 4 ++++ themes/Latte/Flamingo/userChrome.css | 4 ++++ themes/Latte/Green/userChrome.css | 4 ++++ themes/Latte/Lavender/userChrome.css | 4 ++++ themes/Latte/Maroon/userChrome.css | 4 ++++ themes/Latte/Mauve/userChrome.css | 4 ++++ themes/Latte/Peach/userChrome.css | 4 ++++ themes/Latte/Pink/userChrome.css | 4 ++++ themes/Latte/Red/userChrome.css | 4 ++++ themes/Latte/Rosewater/userChrome.css | 4 ++++ themes/Latte/Sapphire/userChrome.css | 4 ++++ themes/Latte/Sky/userChrome.css | 4 ++++ themes/Latte/Teal/userChrome.css | 4 ++++ themes/Latte/Yellow/userChrome.css | 4 ++++ themes/Macchiato/Blue/userChrome.css | 4 ++++ themes/Macchiato/Flamingo/userChrome.css | 4 ++++ themes/Macchiato/Green/userChrome.css | 4 ++++ themes/Macchiato/Lavender/userChrome.css | 4 ++++ themes/Macchiato/Maroon/userChrome.css | 4 ++++ themes/Macchiato/Mauve/userChrome.css | 4 ++++ themes/Macchiato/Peach/userChrome.css | 4 ++++ themes/Macchiato/Pink/userChrome.css | 4 ++++ themes/Macchiato/Red/userChrome.css | 4 ++++ themes/Macchiato/Rosewater/userChrome.css | 4 ++++ themes/Macchiato/Sapphire/userChrome.css | 4 ++++ themes/Macchiato/Sky/userChrome.css | 4 ++++ themes/Macchiato/Teal/userChrome.css | 4 ++++ themes/Macchiato/Yellow/userChrome.css | 4 ++++ themes/Mocha/Blue/userChrome.css | 4 ++++ themes/Mocha/Flamingo/userChrome.css | 4 ++++ themes/Mocha/Green/userChrome.css | 4 ++++ themes/Mocha/Lavender/userChrome.css | 4 ++++ themes/Mocha/Maroon/userChrome.css | 4 ++++ themes/Mocha/Mauve/userChrome.css | 4 ++++ themes/Mocha/Peach/userChrome.css | 4 ++++ themes/Mocha/Pink/userChrome.css | 4 ++++ themes/Mocha/Red/userChrome.css | 4 ++++ themes/Mocha/Rosewater/userChrome.css | 4 ++++ themes/Mocha/Sapphire/userChrome.css | 4 ++++ themes/Mocha/Sky/userChrome.css | 4 ++++ themes/Mocha/Teal/userChrome.css | 4 ++++ themes/Mocha/Yellow/userChrome.css | 4 ++++ 56 files changed, 224 insertions(+) diff --git a/themes/Frappe/Blue/userChrome.css b/themes/Frappe/Blue/userChrome.css index 41400a0..b367df8 100644 --- a/themes/Frappe/Blue/userChrome.css +++ b/themes/Frappe/Blue/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Flamingo/userChrome.css b/themes/Frappe/Flamingo/userChrome.css index b8bb4ba..712426b 100644 --- a/themes/Frappe/Flamingo/userChrome.css +++ b/themes/Frappe/Flamingo/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Green/userChrome.css b/themes/Frappe/Green/userChrome.css index 4a18791..a75964f 100644 --- a/themes/Frappe/Green/userChrome.css +++ b/themes/Frappe/Green/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Lavender/userChrome.css b/themes/Frappe/Lavender/userChrome.css index 016ae16..cc7098c 100644 --- a/themes/Frappe/Lavender/userChrome.css +++ b/themes/Frappe/Lavender/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Maroon/userChrome.css b/themes/Frappe/Maroon/userChrome.css index 40e23dc..81132b7 100644 --- a/themes/Frappe/Maroon/userChrome.css +++ b/themes/Frappe/Maroon/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Mauve/userChrome.css b/themes/Frappe/Mauve/userChrome.css index 35ec0de..7f5d6c0 100644 --- a/themes/Frappe/Mauve/userChrome.css +++ b/themes/Frappe/Mauve/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Peach/userChrome.css b/themes/Frappe/Peach/userChrome.css index 40d721b..4b185aa 100644 --- a/themes/Frappe/Peach/userChrome.css +++ b/themes/Frappe/Peach/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Pink/userChrome.css b/themes/Frappe/Pink/userChrome.css index 87124be..4730461 100644 --- a/themes/Frappe/Pink/userChrome.css +++ b/themes/Frappe/Pink/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Red/userChrome.css b/themes/Frappe/Red/userChrome.css index a744819..2f52b86 100644 --- a/themes/Frappe/Red/userChrome.css +++ b/themes/Frappe/Red/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Rosewater/userChrome.css b/themes/Frappe/Rosewater/userChrome.css index dfcc3be..8cd400b 100644 --- a/themes/Frappe/Rosewater/userChrome.css +++ b/themes/Frappe/Rosewater/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Sapphire/userChrome.css b/themes/Frappe/Sapphire/userChrome.css index 177346c..67bd7d6 100644 --- a/themes/Frappe/Sapphire/userChrome.css +++ b/themes/Frappe/Sapphire/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Sky/userChrome.css b/themes/Frappe/Sky/userChrome.css index 1a80d6a..a4e847f 100644 --- a/themes/Frappe/Sky/userChrome.css +++ b/themes/Frappe/Sky/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Teal/userChrome.css b/themes/Frappe/Teal/userChrome.css index bb18336..6a4bfc0 100644 --- a/themes/Frappe/Teal/userChrome.css +++ b/themes/Frappe/Teal/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Frappe/Yellow/userChrome.css b/themes/Frappe/Yellow/userChrome.css index c8631c3..129eea0 100644 --- a/themes/Frappe/Yellow/userChrome.css +++ b/themes/Frappe/Yellow/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #292c3c !important; } + + #commonDialog { + background-color: #292c3c !important; + } } diff --git a/themes/Latte/Blue/userChrome.css b/themes/Latte/Blue/userChrome.css index f734469..1fde7f3 100644 --- a/themes/Latte/Blue/userChrome.css +++ b/themes/Latte/Blue/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Flamingo/userChrome.css b/themes/Latte/Flamingo/userChrome.css index 57ee2ab..1a9f60a 100644 --- a/themes/Latte/Flamingo/userChrome.css +++ b/themes/Latte/Flamingo/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Green/userChrome.css b/themes/Latte/Green/userChrome.css index 51ab190..985c236 100644 --- a/themes/Latte/Green/userChrome.css +++ b/themes/Latte/Green/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Lavender/userChrome.css b/themes/Latte/Lavender/userChrome.css index f7abc96..856e717 100644 --- a/themes/Latte/Lavender/userChrome.css +++ b/themes/Latte/Lavender/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Maroon/userChrome.css b/themes/Latte/Maroon/userChrome.css index 1b0c17b..2c863c8 100644 --- a/themes/Latte/Maroon/userChrome.css +++ b/themes/Latte/Maroon/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Mauve/userChrome.css b/themes/Latte/Mauve/userChrome.css index 7953c77..92ee709 100644 --- a/themes/Latte/Mauve/userChrome.css +++ b/themes/Latte/Mauve/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Peach/userChrome.css b/themes/Latte/Peach/userChrome.css index 6273746..abe7868 100644 --- a/themes/Latte/Peach/userChrome.css +++ b/themes/Latte/Peach/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Pink/userChrome.css b/themes/Latte/Pink/userChrome.css index 04fb49f..dba7f05 100644 --- a/themes/Latte/Pink/userChrome.css +++ b/themes/Latte/Pink/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Red/userChrome.css b/themes/Latte/Red/userChrome.css index c16bdc8..33a3d04 100644 --- a/themes/Latte/Red/userChrome.css +++ b/themes/Latte/Red/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Rosewater/userChrome.css b/themes/Latte/Rosewater/userChrome.css index cedd144..82fc11f 100644 --- a/themes/Latte/Rosewater/userChrome.css +++ b/themes/Latte/Rosewater/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Sapphire/userChrome.css b/themes/Latte/Sapphire/userChrome.css index 6783e46..9a55418 100644 --- a/themes/Latte/Sapphire/userChrome.css +++ b/themes/Latte/Sapphire/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Sky/userChrome.css b/themes/Latte/Sky/userChrome.css index 93f6abb..b8ce91e 100644 --- a/themes/Latte/Sky/userChrome.css +++ b/themes/Latte/Sky/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Teal/userChrome.css b/themes/Latte/Teal/userChrome.css index 14f7974..a21387d 100644 --- a/themes/Latte/Teal/userChrome.css +++ b/themes/Latte/Teal/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Latte/Yellow/userChrome.css b/themes/Latte/Yellow/userChrome.css index 0e3c44c..93c3119 100644 --- a/themes/Latte/Yellow/userChrome.css +++ b/themes/Latte/Yellow/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #e6e9ef !important; } + + #commonDialog { + background-color: #e6e9ef !important; + } } diff --git a/themes/Macchiato/Blue/userChrome.css b/themes/Macchiato/Blue/userChrome.css index 3d3fff2..ae615fb 100644 --- a/themes/Macchiato/Blue/userChrome.css +++ b/themes/Macchiato/Blue/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Flamingo/userChrome.css b/themes/Macchiato/Flamingo/userChrome.css index b754b23..5f8c3af 100644 --- a/themes/Macchiato/Flamingo/userChrome.css +++ b/themes/Macchiato/Flamingo/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Green/userChrome.css b/themes/Macchiato/Green/userChrome.css index 5fd580b..74589f4 100644 --- a/themes/Macchiato/Green/userChrome.css +++ b/themes/Macchiato/Green/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Lavender/userChrome.css b/themes/Macchiato/Lavender/userChrome.css index 8fcf934..99ffe6a 100644 --- a/themes/Macchiato/Lavender/userChrome.css +++ b/themes/Macchiato/Lavender/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Maroon/userChrome.css b/themes/Macchiato/Maroon/userChrome.css index 8297c7f..387b19b 100644 --- a/themes/Macchiato/Maroon/userChrome.css +++ b/themes/Macchiato/Maroon/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Mauve/userChrome.css b/themes/Macchiato/Mauve/userChrome.css index 5ee55c7..76d5f98 100644 --- a/themes/Macchiato/Mauve/userChrome.css +++ b/themes/Macchiato/Mauve/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Peach/userChrome.css b/themes/Macchiato/Peach/userChrome.css index 61149b9..c3f07dd 100644 --- a/themes/Macchiato/Peach/userChrome.css +++ b/themes/Macchiato/Peach/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Pink/userChrome.css b/themes/Macchiato/Pink/userChrome.css index 504f11b..f551c68 100644 --- a/themes/Macchiato/Pink/userChrome.css +++ b/themes/Macchiato/Pink/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Red/userChrome.css b/themes/Macchiato/Red/userChrome.css index a720cb1..aed2ce6 100644 --- a/themes/Macchiato/Red/userChrome.css +++ b/themes/Macchiato/Red/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Rosewater/userChrome.css b/themes/Macchiato/Rosewater/userChrome.css index 4174008..72df182 100644 --- a/themes/Macchiato/Rosewater/userChrome.css +++ b/themes/Macchiato/Rosewater/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Sapphire/userChrome.css b/themes/Macchiato/Sapphire/userChrome.css index 8b069e8..ec28088 100644 --- a/themes/Macchiato/Sapphire/userChrome.css +++ b/themes/Macchiato/Sapphire/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Sky/userChrome.css b/themes/Macchiato/Sky/userChrome.css index e608306..ec1d04a 100644 --- a/themes/Macchiato/Sky/userChrome.css +++ b/themes/Macchiato/Sky/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Teal/userChrome.css b/themes/Macchiato/Teal/userChrome.css index 3d24716..a13972c 100644 --- a/themes/Macchiato/Teal/userChrome.css +++ b/themes/Macchiato/Teal/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Macchiato/Yellow/userChrome.css b/themes/Macchiato/Yellow/userChrome.css index ec56cf6..a7c18f5 100644 --- a/themes/Macchiato/Yellow/userChrome.css +++ b/themes/Macchiato/Yellow/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #1e2030 !important; } + + #commonDialog { + background-color: #1e2030 !important; + } } diff --git a/themes/Mocha/Blue/userChrome.css b/themes/Mocha/Blue/userChrome.css index 0c167aa..706b8f1 100644 --- a/themes/Mocha/Blue/userChrome.css +++ b/themes/Mocha/Blue/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Flamingo/userChrome.css b/themes/Mocha/Flamingo/userChrome.css index d06d389..a91be2f 100644 --- a/themes/Mocha/Flamingo/userChrome.css +++ b/themes/Mocha/Flamingo/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Green/userChrome.css b/themes/Mocha/Green/userChrome.css index 5e37990..8aeec65 100644 --- a/themes/Mocha/Green/userChrome.css +++ b/themes/Mocha/Green/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Lavender/userChrome.css b/themes/Mocha/Lavender/userChrome.css index 29fdbf2..6bbda8f 100644 --- a/themes/Mocha/Lavender/userChrome.css +++ b/themes/Mocha/Lavender/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Maroon/userChrome.css b/themes/Mocha/Maroon/userChrome.css index 4700242..e8607fb 100644 --- a/themes/Mocha/Maroon/userChrome.css +++ b/themes/Mocha/Maroon/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Mauve/userChrome.css b/themes/Mocha/Mauve/userChrome.css index 663525a..7d445fa 100644 --- a/themes/Mocha/Mauve/userChrome.css +++ b/themes/Mocha/Mauve/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Peach/userChrome.css b/themes/Mocha/Peach/userChrome.css index 96d1b84..a742f15 100644 --- a/themes/Mocha/Peach/userChrome.css +++ b/themes/Mocha/Peach/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Pink/userChrome.css b/themes/Mocha/Pink/userChrome.css index 53ed267..e106304 100644 --- a/themes/Mocha/Pink/userChrome.css +++ b/themes/Mocha/Pink/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Red/userChrome.css b/themes/Mocha/Red/userChrome.css index f06a3c6..ece22ca 100644 --- a/themes/Mocha/Red/userChrome.css +++ b/themes/Mocha/Red/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Rosewater/userChrome.css b/themes/Mocha/Rosewater/userChrome.css index 1afb334..0d307a7 100644 --- a/themes/Mocha/Rosewater/userChrome.css +++ b/themes/Mocha/Rosewater/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Sapphire/userChrome.css b/themes/Mocha/Sapphire/userChrome.css index 786cce4..8dd02b9 100644 --- a/themes/Mocha/Sapphire/userChrome.css +++ b/themes/Mocha/Sapphire/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Sky/userChrome.css b/themes/Mocha/Sky/userChrome.css index 428b1ae..d8777f5 100644 --- a/themes/Mocha/Sky/userChrome.css +++ b/themes/Mocha/Sky/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Teal/userChrome.css b/themes/Mocha/Teal/userChrome.css index b830379..5bb80a9 100644 --- a/themes/Mocha/Teal/userChrome.css +++ b/themes/Mocha/Teal/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } diff --git a/themes/Mocha/Yellow/userChrome.css b/themes/Mocha/Yellow/userChrome.css index 83319d8..d734e3d 100644 --- a/themes/Mocha/Yellow/userChrome.css +++ b/themes/Mocha/Yellow/userChrome.css @@ -127,4 +127,8 @@ #zen-appcontent-navbar-container { background-color: #181825 !important; } + + #commonDialog { + background-color: #181825 !important; + } } From e49b7ef00ac362410e557d5ca9b4d743772776f0 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 28 Sep 2025 09:25:04 +0530 Subject: [PATCH 2/2] fix: template for quit popup menu --- templates/userChrome.tera | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/userChrome.tera b/templates/userChrome.tera index e789677..6d8e922 100644 --- a/templates/userChrome.tera +++ b/templates/userChrome.tera @@ -137,4 +137,8 @@ whiskers: #zen-appcontent-navbar-container { background-color: #{{ mantle.hex }} !important; } + + #commonDialog { + background-color: #{{ mantle.hex }} !important; + } }