Hi Jack,
i think
.x-form-date-wrap .x-form-date-icon{
width:16px;
height:16px;
border:0;
--> background:transparent url(../../resources/images/default/shared/calendar.gif) no-repeat center;
position:absolute;
right:3px;
top:2px;
text-decoration:none !important;
cursor:pointer;
}
should be
background:transparent url(../images/default/shared/calendar.gif) no-repeat center;
like the other urls.
i think
.x-form-date-wrap .x-form-date-icon{
width:16px;
height:16px;
border:0;
--> background:transparent url(../../resources/images/default/shared/calendar.gif) no-repeat center;
position:absolute;
right:3px;
top:2px;
text-decoration:none !important;
cursor:pointer;
}
should be
background:transparent url(../images/default/shared/calendar.gif) no-repeat center;
like the other urls.

#2
![]() |
![]() Thanks!
![]() |