Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
5 Replies
7973 Tampilan

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
Buang
Penulis

Nobody?

Which version of Odoo does your question relate to?

Penulis

We are on odoo 8!

Penulis Jawaban Terbai

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
Buang

solved then?

Penulis

yes mister. This code works well.

Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 24
1900
1
Jul 24
1916
1
Des 22
2676
2
Mar 18
20089
1
Mar 15
4040