Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
1440 Weergaven

Is it possible to turn on an underline for all fields in Odoo 17?


I can't figure out which CSS does that.


Thanks.

Avatar
Annuleer
Auteur

I did find this: https://www.odoo.com/pl_PL/forum/pomoc-1/show-a-bottom-line-in-all-fields-for-odoo-16-214643

But I don't want to edit a system file. How can I convert that bit to regular css?

Thanks.

Auteur Beste antwoord

I got it!

.o_input {
--o-input-border-color: blue !important;
}

.o_input:not(:hover):not(:focus) {
--o-input-border-color: orange !important;
}


Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
3
mei 25
1629
1
apr. 25
1232
3
sep. 24
14098
1
jul. 24
1945
1
jul. 24
1960