Minor css bug date icon - Ext JS

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.
  # 2  
02-22-2007, 06:25 PM

Thanks!

你可能感兴趣的:(css,ext)