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.

enter image description hereenter image description here

fixed this:

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

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -