Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1429 Tampilan

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
Buang
Penulis

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.

Penulis Jawaban Terbai

I got it!

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

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


Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Mei 25
1617
1
Apr 25
1220
3
Sep 24
14077
1
Jul 24
1923
1
Jul 24
1948