Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1435 Widoki

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


I can't figure out which CSS does that.


Thanks.

Awatar
Odrzuć
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 Najlepsza odpowiedź

I got it!

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

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


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
maj 25
1620
1
kwi 25
1226
3
wrz 24
14083
1
lip 24
1928
1
lip 24
1952