Skip to content

Commit

Permalink
[IMP] web_company_color: change menu systray colors
Browse files Browse the repository at this point in the history
This functionality allows changing the color of the icons in the systray menu based on the Navbar Text Color.
  • Loading branch information
ThiagoMForgeFlow committed Jan 21, 2025
1 parent 0fe0548 commit 0e07f83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_company_color/models/res_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0e07f83

Please sign in to comment.