콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5953 화면

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

관련 게시물 답글 화면 활동
1
11월 22
4307
0
9월 22
2019
0
8월 23
1776
1
6월 25
1546
3
7월 25
3216