Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5952 Представления

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

Аватар
Отменить
Лучший ответ

Hi,

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

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


Regards

Аватар
Отменить
Автор

thank you so much cybrosys

Related Posts Ответы Просмотры Активность
1
нояб. 22
4307
0
сент. 22
2019
0
авг. 23
1775
1
июн. 25
1544
3
июл. 25
3215