Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
[FIXED-756][3.2.x] Image file is missing for the gray theme
Code:
.../ext-3.2.x/resources/images/gray/grid/sort-hd.gif
The xtheme-gray.css file has that configured to pull from the gray dir.
Code:
.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
background-image:url(../images/gray/grid/sort-hd.gif);
border-color: #d0d0d0;
}
-
Sencha User
Here is another image missing for the gray theme.
Code:
.x-date-inner .x-date-selected a{
background-color:#D8D8D8;
background-image:url(../images/gray/glass-bg.gif);
border-color:#DCDCDC;
}
-
These images are unnecessary and have been removed from the CSS. Thank you.