Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5828 Переглядів

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
4172
0
вер. 22
1930
0
серп. 23
1695
1
черв. 25
1175
3
лип. 25
2908