Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1513 Visualizzazioni

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
Abbandona
Autore

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.

Autore Risposta migliore

I got it!

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

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


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
mag 25
1931
1
apr 25
1455
3
set 24
14433
1
lug 24
2091
1
lug 24
2104