Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
5795 Tampilan

How can i add inline css in xml tag? 
<fieldname="date"/>
the css i wanted to add is below 
.o_field_widget.o_datepicker > input {

  1.     padding-right: 25px;

}
i copied this css by inspecting the element for ta date field

Avatar
Buang
Jawaban Terbai

Hi,

You can add the inline css in XML as follows:-

<field name="date" style="padding-right: 25px;"/>


Regards

Avatar
Buang
Penulis

thank you so much cybrosys

Post Terkait Replies Tampilan Aktivitas
1
Nov 22
4161
0
Sep 22
1915
0
Agu 23
1680
1
Jun 25
1128
3
Jul 25
2862