Is it possible to turn on an underline for all fields in Odoo 17?
I can't figure out which CSS does that.
Thanks.
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 got it!
.o_input {
--o-input-border-color: blue !important;
}
.o_input:not(:hover):not(:focus) {
--o-input-border-color: orange !important;
}Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
2
thg 12 25
|
5568 | |||
|
trying to match fields for products
Đã xử lý
|
2
thg 3 26
|
2061 | ||
|
3
thg 5 25
|
5910 | |||
|
1
thg 4 25
|
4252 | |||
|
one2one relational field
Đã xử lý
|
3
thg 9 24
|
18383 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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.