Pictos font icon for searchfield repeating on Android 4.0.4 with Sencha Touch 2.2 -
i upgraded android project st 2.2 , using new pictos fonts icons instead of images , webkit masks. having issue icon searchfield repeats in searchfield. how can fix this? see below icon , css.
fixed this:
.x-field-search .x-field-input::before { background-color: white; background-repeat: no-repeat; }
Comments
Post a Comment