跳至內容
選單
此問題已被標幟
5 回覆
8042 瀏覽次數

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.


頭像
捨棄
作者

Nobody?

Which version of Odoo does your question relate to?

作者

We are on odoo 8!

作者 最佳答案

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)
}
頭像
捨棄

solved then?

作者

yes mister. This code works well.

最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
7月 24
1980
1
7月 24
1995
1
12月 22
2751
2
3月 18
20156
1
3月 15
4092