To solve this problem I applied one of the new CSS3 features:
Code: Select all
.x-grid3-cell-inner div {
-moz-background-size: 16px 16px !important;
-o-background-size: 16px 16px !important;
-webkit-background-size: 16px 16px !important;
background-size: 16px 16px !important;
}
Maybe a good idea for future versions of the skins.
