Pictos font icon for searchfield repeating on Android 4.0.4 with Sencha Touch 2.2

270 Views Asked by At

I upgraded my Android project to ST 2.2 and it is now using the new Pictos fonts for icons instead of images and webkit masks. I am having an issue where the icon for the searchfield repeats in the searchfield. How can I fix this? See below for the icon and the css.

enter image description hereenter image description here

1

There are 1 best solutions below

0
M Azam On BEST ANSWER

Fixed with this:

.x-field-search .x-field-input::before {
    background-color: white;
    background-repeat: no-repeat;
}