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 {
- padding-right: 25px;
}
i copied this css by inspecting the element for ta date field
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 {
}
i copied this css by inspecting the element for ta date field
Hi,
You can add the inline css in XML as follows:-
<field name="date" style="padding-right: 25px;"/>
Regards
thank you so much cybrosys
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
1
nov 22
|
5307 | |||
|
0
sept 22
|
2945 | |||
|
0
ago 23
|
2698 | |||
|
2
oct 25
|
3976 | |||
|
1
sept 25
|
3815 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.