跳至内容
菜单
此问题已终结
1 回复
1448 查看

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
1663
1
4月 25
1259
3
9月 24
14135
1
7月 24
1958
1
7月 24
1980