mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_company_color: Colors where not shown correctly
This commit is contained in:
committed by
ArnauCForgeFlow
parent
736242a6c6
commit
12e7f33d78
@@ -45,15 +45,22 @@ class ResCompany(models.Model):
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a[href],
|
|
||||||
a[tabindex],
|
a[href],
|
||||||
.btn-link,
|
a[tabindex],
|
||||||
.o_external_button {
|
.btn-link,
|
||||||
color: %(color_link_text)s !important;
|
.o_external_button {
|
||||||
}
|
color: %(color_link_text)s;
|
||||||
|
.o_main_navbar {
|
||||||
|
color: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
.btn-link:hover {
|
.btn-link:hover {
|
||||||
color: %(color_link_text_hover)s !important;
|
color: %(color_link_text_hover)s;
|
||||||
|
.o_main_navbar {
|
||||||
|
color: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.btn-primary:not(.disabled),
|
.btn-primary:not(.disabled),
|
||||||
.ui-autocomplete .ui-menu-item > a.ui-state-active {
|
.ui-autocomplete .ui-menu-item > a.ui-state-active {
|
||||||
|
|||||||
Reference in New Issue
Block a user