From 0e07f83b9cbdfb0d228b6b9de5ecdfc8160b9618 Mon Sep 17 00:00:00 2001 From: ThiagoMForgeFlow Date: Tue, 21 Jan 2025 10:09:21 +0100 Subject: [PATCH] [IMP] web_company_color: change menu systray colors This functionality allows changing the color of the icons in the systray menu based on the Navbar Text Color. --- web_company_color/models/res_company.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_company_color/models/res_company.py b/web_company_color/models/res_company.py index 7d8bde301..76eecf38e 100644 --- a/web_company_color/models/res_company.py +++ b/web_company_color/models/res_company.py @@ -115,7 +115,8 @@ class ResCompany(models.Model): background-color: %(color_navbar_bg_hover)s !important; } } - .o-mail-DiscussSystray-class { + .o_menu_systray .o-dropdown .dropdown-toggle { + color: %(color_navbar_text)s !important; &:hover, &:focus, &:active, &:focus:active { background-color: %(color_navbar_bg_hover)s !important; }