I need some help in this ticket. Basically the mobile browser is replacing the select category dropdown with the mobile native dropdown UI and our css is not working there.
I have tried to add this property as well to disable the native UI property but this didn’t work as well.
body .asp_select_single select {
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
font-size: 12px !important;
border: 1px solid #ccc;
padding: 10px;
}
-
This reply was modified 1 year, 5 months ago by
natachagj.
-
This reply was modified 1 year, 5 months ago by
natachagj.
-
This reply was modified 1 year, 5 months ago by
natachagj.