Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
5 Ответы
7984 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
июл. 24
1904
1
июл. 24
1922
1
дек. 22
2684
2
мар. 18
20092
1
мар. 15
4042