Skip to Content
Menú
This question has been flagged
5 Respostes
7994 Vistes

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.


Avatar
Descartar
Autor

Nobody?

Which version of Odoo does your question relate to?

Autor

We are on odoo 8!

Autor Best Answer

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)
}
Avatar
Descartar

solved then?

Autor

yes mister. This code works well.

Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de jul. 24
1915
1
de jul. 24
1941
1
de des. 22
2690
2
de març 18
20099
1
de març 15
4046