Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1469 Prikazi

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
Opusti
Avtor

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.

Avtor Best Answer

I got it!

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

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


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
maj 25
1765
1
apr. 25
1302
3
sep. 24
14227
1
jul. 24
2018
1
jul. 24
2039