Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5660 Vistas

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
Descartar
Mejor respuesta

Hi,

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

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


Regards

Avatar
Descartar
Autor

thank you so much cybrosys

Publicaciones relacionadas Respuestas Vistas Actividad
1
nov 22
4081
0
sept 22
1843
0
ago 23
1586
1
jun 25
919
3
may 25
2651