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!
![]() |
本文讨论了一个关于日期选择器样式的问题,特别是针对图标路径不正确的情况进行了修正,确保了资源文件路径的一致性。

被折叠的 条评论
为什么被折叠?



