From 988d181a32c0e1511e509864bb116bea64572a5b Mon Sep 17 00:00:00 2001 From: Saad Nadeem Date: Sun, 25 Jan 2026 23:39:21 -0500 Subject: [PATCH] fix: sharp floating sidebar corners --- templates/userChrome.tera | 4 ++-- 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 ++-- 57 files changed, 114 insertions(+), 114 deletions(-) diff --git a/templates/userChrome.tera b/templates/userChrome.tera index e789677..c68a852 100644 --- a/templates/userChrome.tera +++ b/templates/userChrome.tera @@ -130,8 +130,8 @@ whiskers: --identity-icon-color: #{{ mauve.hex }} !important; } - hbox#titlebar { - background-color: #{{ mantle.hex }} !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #{{ mantle.hex }} !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Blue/userChrome.css b/themes/Frappe/Blue/userChrome.css index 41400a0..46ca072 100644 --- a/themes/Frappe/Blue/userChrome.css +++ b/themes/Frappe/Blue/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Flamingo/userChrome.css b/themes/Frappe/Flamingo/userChrome.css index b8bb4ba..c980448 100644 --- a/themes/Frappe/Flamingo/userChrome.css +++ b/themes/Frappe/Flamingo/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Green/userChrome.css b/themes/Frappe/Green/userChrome.css index 4a18791..cc77313 100644 --- a/themes/Frappe/Green/userChrome.css +++ b/themes/Frappe/Green/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Lavender/userChrome.css b/themes/Frappe/Lavender/userChrome.css index 016ae16..f0c1bdd 100644 --- a/themes/Frappe/Lavender/userChrome.css +++ b/themes/Frappe/Lavender/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Maroon/userChrome.css b/themes/Frappe/Maroon/userChrome.css index 40e23dc..0e46678 100644 --- a/themes/Frappe/Maroon/userChrome.css +++ b/themes/Frappe/Maroon/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Mauve/userChrome.css b/themes/Frappe/Mauve/userChrome.css index 35ec0de..b9c1bde 100644 --- a/themes/Frappe/Mauve/userChrome.css +++ b/themes/Frappe/Mauve/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Peach/userChrome.css b/themes/Frappe/Peach/userChrome.css index 40d721b..1bf34bd 100644 --- a/themes/Frappe/Peach/userChrome.css +++ b/themes/Frappe/Peach/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Pink/userChrome.css b/themes/Frappe/Pink/userChrome.css index 87124be..3d5b728 100644 --- a/themes/Frappe/Pink/userChrome.css +++ b/themes/Frappe/Pink/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Red/userChrome.css b/themes/Frappe/Red/userChrome.css index a744819..8be2f2e 100644 --- a/themes/Frappe/Red/userChrome.css +++ b/themes/Frappe/Red/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Rosewater/userChrome.css b/themes/Frappe/Rosewater/userChrome.css index dfcc3be..51ec66d 100644 --- a/themes/Frappe/Rosewater/userChrome.css +++ b/themes/Frappe/Rosewater/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Sapphire/userChrome.css b/themes/Frappe/Sapphire/userChrome.css index 177346c..5ad261d 100644 --- a/themes/Frappe/Sapphire/userChrome.css +++ b/themes/Frappe/Sapphire/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Sky/userChrome.css b/themes/Frappe/Sky/userChrome.css index 1a80d6a..90def18 100644 --- a/themes/Frappe/Sky/userChrome.css +++ b/themes/Frappe/Sky/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Teal/userChrome.css b/themes/Frappe/Teal/userChrome.css index bb18336..933de7c 100644 --- a/themes/Frappe/Teal/userChrome.css +++ b/themes/Frappe/Teal/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Frappe/Yellow/userChrome.css b/themes/Frappe/Yellow/userChrome.css index c8631c3..07be54d 100644 --- a/themes/Frappe/Yellow/userChrome.css +++ b/themes/Frappe/Yellow/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #ca9ee6 !important; } - hbox#titlebar { - background-color: #292c3c !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #292c3c !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Blue/userChrome.css b/themes/Latte/Blue/userChrome.css index f734469..ce2fed2 100644 --- a/themes/Latte/Blue/userChrome.css +++ b/themes/Latte/Blue/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Flamingo/userChrome.css b/themes/Latte/Flamingo/userChrome.css index 57ee2ab..c278e4d 100644 --- a/themes/Latte/Flamingo/userChrome.css +++ b/themes/Latte/Flamingo/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Green/userChrome.css b/themes/Latte/Green/userChrome.css index 51ab190..546c823 100644 --- a/themes/Latte/Green/userChrome.css +++ b/themes/Latte/Green/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Lavender/userChrome.css b/themes/Latte/Lavender/userChrome.css index f7abc96..e4bc594 100644 --- a/themes/Latte/Lavender/userChrome.css +++ b/themes/Latte/Lavender/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Maroon/userChrome.css b/themes/Latte/Maroon/userChrome.css index 1b0c17b..03eec6d 100644 --- a/themes/Latte/Maroon/userChrome.css +++ b/themes/Latte/Maroon/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Mauve/userChrome.css b/themes/Latte/Mauve/userChrome.css index 7953c77..f05b314 100644 --- a/themes/Latte/Mauve/userChrome.css +++ b/themes/Latte/Mauve/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Peach/userChrome.css b/themes/Latte/Peach/userChrome.css index 6273746..349ec2b 100644 --- a/themes/Latte/Peach/userChrome.css +++ b/themes/Latte/Peach/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Pink/userChrome.css b/themes/Latte/Pink/userChrome.css index 04fb49f..a7eac08 100644 --- a/themes/Latte/Pink/userChrome.css +++ b/themes/Latte/Pink/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Red/userChrome.css b/themes/Latte/Red/userChrome.css index c16bdc8..0b89f5c 100644 --- a/themes/Latte/Red/userChrome.css +++ b/themes/Latte/Red/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Rosewater/userChrome.css b/themes/Latte/Rosewater/userChrome.css index cedd144..218353b 100644 --- a/themes/Latte/Rosewater/userChrome.css +++ b/themes/Latte/Rosewater/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Sapphire/userChrome.css b/themes/Latte/Sapphire/userChrome.css index 6783e46..3192983 100644 --- a/themes/Latte/Sapphire/userChrome.css +++ b/themes/Latte/Sapphire/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Sky/userChrome.css b/themes/Latte/Sky/userChrome.css index 93f6abb..bbe2534 100644 --- a/themes/Latte/Sky/userChrome.css +++ b/themes/Latte/Sky/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Teal/userChrome.css b/themes/Latte/Teal/userChrome.css index 14f7974..2ccd53d 100644 --- a/themes/Latte/Teal/userChrome.css +++ b/themes/Latte/Teal/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Latte/Yellow/userChrome.css b/themes/Latte/Yellow/userChrome.css index 0e3c44c..f8492f3 100644 --- a/themes/Latte/Yellow/userChrome.css +++ b/themes/Latte/Yellow/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #8839ef !important; } - hbox#titlebar { - background-color: #e6e9ef !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #e6e9ef !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Blue/userChrome.css b/themes/Macchiato/Blue/userChrome.css index 3d3fff2..b5f8d94 100644 --- a/themes/Macchiato/Blue/userChrome.css +++ b/themes/Macchiato/Blue/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Flamingo/userChrome.css b/themes/Macchiato/Flamingo/userChrome.css index b754b23..707cbd2 100644 --- a/themes/Macchiato/Flamingo/userChrome.css +++ b/themes/Macchiato/Flamingo/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Green/userChrome.css b/themes/Macchiato/Green/userChrome.css index 5fd580b..b623747 100644 --- a/themes/Macchiato/Green/userChrome.css +++ b/themes/Macchiato/Green/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Lavender/userChrome.css b/themes/Macchiato/Lavender/userChrome.css index 8fcf934..92f32c1 100644 --- a/themes/Macchiato/Lavender/userChrome.css +++ b/themes/Macchiato/Lavender/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Maroon/userChrome.css b/themes/Macchiato/Maroon/userChrome.css index 8297c7f..2763b43 100644 --- a/themes/Macchiato/Maroon/userChrome.css +++ b/themes/Macchiato/Maroon/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Mauve/userChrome.css b/themes/Macchiato/Mauve/userChrome.css index 5ee55c7..6121991 100644 --- a/themes/Macchiato/Mauve/userChrome.css +++ b/themes/Macchiato/Mauve/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Peach/userChrome.css b/themes/Macchiato/Peach/userChrome.css index 61149b9..b18339d 100644 --- a/themes/Macchiato/Peach/userChrome.css +++ b/themes/Macchiato/Peach/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Pink/userChrome.css b/themes/Macchiato/Pink/userChrome.css index 504f11b..2ac8bf7 100644 --- a/themes/Macchiato/Pink/userChrome.css +++ b/themes/Macchiato/Pink/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Red/userChrome.css b/themes/Macchiato/Red/userChrome.css index a720cb1..4b3ab5a 100644 --- a/themes/Macchiato/Red/userChrome.css +++ b/themes/Macchiato/Red/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Rosewater/userChrome.css b/themes/Macchiato/Rosewater/userChrome.css index 4174008..68c7c65 100644 --- a/themes/Macchiato/Rosewater/userChrome.css +++ b/themes/Macchiato/Rosewater/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Sapphire/userChrome.css b/themes/Macchiato/Sapphire/userChrome.css index 8b069e8..c2e4ba4 100644 --- a/themes/Macchiato/Sapphire/userChrome.css +++ b/themes/Macchiato/Sapphire/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Sky/userChrome.css b/themes/Macchiato/Sky/userChrome.css index e608306..a1a91b7 100644 --- a/themes/Macchiato/Sky/userChrome.css +++ b/themes/Macchiato/Sky/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Teal/userChrome.css b/themes/Macchiato/Teal/userChrome.css index 3d24716..5e5c211 100644 --- a/themes/Macchiato/Teal/userChrome.css +++ b/themes/Macchiato/Teal/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Macchiato/Yellow/userChrome.css b/themes/Macchiato/Yellow/userChrome.css index ec56cf6..760ef7f 100644 --- a/themes/Macchiato/Yellow/userChrome.css +++ b/themes/Macchiato/Yellow/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #c6a0f6 !important; } - hbox#titlebar { - background-color: #1e2030 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #1e2030 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Blue/userChrome.css b/themes/Mocha/Blue/userChrome.css index 0c167aa..3fe4efb 100644 --- a/themes/Mocha/Blue/userChrome.css +++ b/themes/Mocha/Blue/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Flamingo/userChrome.css b/themes/Mocha/Flamingo/userChrome.css index d06d389..4cb3e7f 100644 --- a/themes/Mocha/Flamingo/userChrome.css +++ b/themes/Mocha/Flamingo/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Green/userChrome.css b/themes/Mocha/Green/userChrome.css index 5e37990..bb482d8 100644 --- a/themes/Mocha/Green/userChrome.css +++ b/themes/Mocha/Green/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Lavender/userChrome.css b/themes/Mocha/Lavender/userChrome.css index 29fdbf2..76e4d66 100644 --- a/themes/Mocha/Lavender/userChrome.css +++ b/themes/Mocha/Lavender/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Maroon/userChrome.css b/themes/Mocha/Maroon/userChrome.css index 4700242..2fd304f 100644 --- a/themes/Mocha/Maroon/userChrome.css +++ b/themes/Mocha/Maroon/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Mauve/userChrome.css b/themes/Mocha/Mauve/userChrome.css index 663525a..17967dd 100644 --- a/themes/Mocha/Mauve/userChrome.css +++ b/themes/Mocha/Mauve/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Peach/userChrome.css b/themes/Mocha/Peach/userChrome.css index 96d1b84..33287d1 100644 --- a/themes/Mocha/Peach/userChrome.css +++ b/themes/Mocha/Peach/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Pink/userChrome.css b/themes/Mocha/Pink/userChrome.css index 53ed267..042f8ab 100644 --- a/themes/Mocha/Pink/userChrome.css +++ b/themes/Mocha/Pink/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Red/userChrome.css b/themes/Mocha/Red/userChrome.css index f06a3c6..0d42c8f 100644 --- a/themes/Mocha/Red/userChrome.css +++ b/themes/Mocha/Red/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Rosewater/userChrome.css b/themes/Mocha/Rosewater/userChrome.css index 1afb334..be04880 100644 --- a/themes/Mocha/Rosewater/userChrome.css +++ b/themes/Mocha/Rosewater/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Sapphire/userChrome.css b/themes/Mocha/Sapphire/userChrome.css index 786cce4..4b681f9 100644 --- a/themes/Mocha/Sapphire/userChrome.css +++ b/themes/Mocha/Sapphire/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Sky/userChrome.css b/themes/Mocha/Sky/userChrome.css index 428b1ae..8ac044e 100644 --- a/themes/Mocha/Sky/userChrome.css +++ b/themes/Mocha/Sky/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Teal/userChrome.css b/themes/Mocha/Teal/userChrome.css index b830379..689d176 100644 --- a/themes/Mocha/Teal/userChrome.css +++ b/themes/Mocha/Teal/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container { diff --git a/themes/Mocha/Yellow/userChrome.css b/themes/Mocha/Yellow/userChrome.css index 83319d8..6a35ee5 100644 --- a/themes/Mocha/Yellow/userChrome.css +++ b/themes/Mocha/Yellow/userChrome.css @@ -120,8 +120,8 @@ --identity-icon-color: #cba6f7 !important; } - hbox#titlebar { - background-color: #181825 !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #181825 !important; } #zen-appcontent-navbar-container {