Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
5 Відповіді
8097 Переглядів

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
2076
1
лип. 24
2087
1
груд. 22
2823
2
бер. 18
20269
1
бер. 15
4160