Skip to Content
Menu
This question has been flagged
1 Odpoveď
5823 Zobrazenia

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
Zrušiť
Best Answer

Hi,

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

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


Regards

Avatar
Zrušiť
Autor

thank you so much cybrosys

Related Posts Replies Zobrazenia Aktivita
1
nov 22
4172
0
sep 22
1927
0
aug 23
1692
1
jún 25
1170
3
júl 25
2904