I have an Sencha Touch 2 app with quite a few lists having onItemDisclosure set to true. They show a white arrow in a blue circle on both Android and iPhone, even though the iPhone is using apple.css.
Based on posts here and on the Sencha Forum, I’ve tried using
.x-list-disclosure {
width: 10px;
height: 13px;
margin-top: 0.6em;
right:1em !important;
-webkit-mask: none;
-webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAALRJREFUeNpi/P//P8OkSZMkGBgYtgNxfV5e3iYGLIBZSEhIGkjvB2Id IA4+efLkJXNz85voCpmgNBsSvRpogx+GQqBVT4G0LRDfx6cYbCIexd7oViMrvoOkeB1MMSPI18gA KGEPpA4gCYFs0WBCU6QCpJYiCYFscQPa9osJSZE61CRpJEW2QEV34G6EKtqLpOgRVNF95ADHpsgB WRHMxI9A/AWfIliAvwBJAvFudOuQAUCAAQDiG0runJxCpwAAAABJRU5ErkJggg==');
}
But that’s added a heavily scaled up iPhone arrow underneath the blue circle one.
How do I get rid of the blue one and make it look iPhone style?
Ended up fixing it manually: