コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1468 ビュー

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


I can't figure out which CSS does that.


Thanks.

アバター
破棄
著作者

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.

著作者 最善の回答

I got it!

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

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


アバター
破棄
関連投稿 返信 ビュー 活動
3
5月 25
1760
1
4月 25
1296
3
9月 24
14215
1
7月 24
2014
1
7月 24
2036