Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1457 Vizualizări

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


I can't figure out which CSS does that.


Thanks.

Imagine profil
Abandonează
Autor

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.

Autor Cel mai bun răspuns

I got it!

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

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


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
mai 25
1720
1
apr. 25
1283
3
sept. 24
14171
1
iul. 24
1988
1
iul. 24
2006