Skip to content
Snippets Groups Projects
Commit 38ee891b authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[FIX] web: appropriate color theme

Do not mix Community and Enterprise color themes. Moreover, increase the
contrast of the control panel for better readability.

closes odoo/odoo#27502
parent 41bd8224
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $o-community-color: #7C7BAD;
$o-enterprise-color: #875A7B;
$o-enterprise-primary-color: #00A09D;
$o-brand-odoo: $o-enterprise-color;
$o-brand-odoo: $o-community-color;
$o-brand-primary: $o-community-color;
$o-brand-secondary: #f0eeee;
......
......@@ -6,10 +6,10 @@
.o_searchview_facet {
border: 1px solid gray('600');
background: lighten(gray('600'), 35%);
background: $o-brand-lightsecondary;
.o_searchview_facet_label {
background-color: gray('600');
background-color: $o-brand-odoo;
}
.o_facet_remove {
......
$o-webclient-background-color: desaturate($o-gray-100, 100%);
$o-control-panel-background-color: desaturate(#e9ecef, 100%); // $gray-200 bts4 default
$o-control-panel-background-color: $o-view-background-color;
$o-list-footer-color: $o-main-text-color;
$o-list-group-header-color: lighten($o-brand-lightsecondary, 10%);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment