Skip to content
Snippets Groups Projects
Commit 560e9a88 authored by Mathieu Duckerts-Antoine's avatar Mathieu Duckerts-Antoine Committed by Adrien Dieudonne
Browse files

[FIX] web: statusbar_field: current value colors


closes odoo/odoo#102814

Signed-off-by: default avatarAdrien Dieudonné (adr) <adr@odoo.com>
parent 6a35a1f5
Branches
Tags
No related merge requests found
......@@ -52,11 +52,11 @@
}
&.o_arrow_button_current.disabled {
background-color: $o-gray-100;
color: o-color(odoo);
background-color: $o-brand-odoo;
color: color-contrast($o-brand-odoo);
&:after, &:before {
border-left-color: $o-gray-100;
border-left-color: $o-brand-odoo;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment