Skip to content
Snippets Groups Projects
Commit 4b6bbbe5 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web_tour: adapt tip color to new brand color

Since commit 8ac1c19fac7615fecd51e670f798d13158a4e53c the odoo brand primary color
changed, which also changed the color of tips. The problem
was that they lose a lot of contrast in the appswitcher.
parent a4fcd26e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
}
.o_tooltip {
@o-tip-color: lighten(@odoo-brand-primary, 10%);
@o-tip-color: @odoo-brand-primary;
@o-tip-size: 24px;
@o-tip-border-width: 2px;
@o-tip-arrow-length: 10px;
......
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