Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
5 Risposte
7988 Visualizzazioni

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
Abbandona
Autore

Nobody?

Which version of Odoo does your question relate to?

Autore

We are on odoo 8!

Autore Risposta migliore

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
Abbandona

solved then?

Autore

yes mister. This code works well.

Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 24
1906
1
lug 24
1925
1
dic 22
2686
2
mar 18
20094
1
mar 15
4042