mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user