Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
5 Trả lời
8020 Lượt xem

Hello guys,

I don't find the CSS to change this blue shadowed border around all the odoo input box.

What is the CSS? Where is it?

Thanks.


Ảnh đại diện
Huỷ bỏ
Tác giả

Nobody?

Which version of Odoo does your question relate to?

Tác giả

We are on odoo 8!

Tác giả Câu trả lời hay nhất

We will use this css code in our custom CSS :

.form-control:focus{
border-color:red;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6)
}
Ảnh đại diện
Huỷ bỏ

solved then?

Tác giả

yes mister. This code works well.

Câu trả lời hay nhất

It's a bootstrap css class: .form-control:focus specifically the property border-color

You could not add the class form-control to that input or change the property value for all the inputs with form-control class or create another css class specifically to that input

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 24
1948
1
thg 7 24
1965
1
thg 12 22
2718
2
thg 3 18
20119
1
thg 3 15
4073