Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
1483 Ansichten

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
Verwerfen
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 Beste Antwort

I got it!

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

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


Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Mai 25
1838
1
Apr. 25
1373
3
Sept. 24
14333
1
Juli 24
2038
1
Juli 24
2057