Skip to Content
Menu
This question has been flagged
1 Atsakyti
1492 Rodiniai

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


I can't figure out which CSS does that.


Thanks.

Portretas
Atmesti
Autorius

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.

Autorius 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;
}


Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
3
geg. 25
1859
1
bal. 25
1386
3
rugs. 24
14358
1
liep. 24
2060
1
liep. 24
2070