Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
5827 Visninger

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
Kassér
Bedste svar

Hi,

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

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


Regards

Avatar
Kassér
Forfatter

thank you so much cybrosys

Related Posts Besvarelser Visninger Aktivitet
1
nov. 22
4172
0
sep. 22
1927
0
aug. 23
1693
1
jun. 25
1173
3
jul. 25
2906