Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5445 Visualizações

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
Cancelar
Melhor resposta

Hi,

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

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


Regards

Avatar
Cancelar
Autor

thank you so much cybrosys

Publicações relacionadas Respostas Visualizações Atividade
1
nov. 22
4034
0
set. 22
1779
0
ago. 23
1525
1
jun. 25
700
3
mai. 25
2446