css - How to style select option elements in Ionic for Android? -


i'm using ionic framework build application. application includes lots of select elements.

when view application on android 4.4, selects , options expected.

when view application on android 5.0 or 5.1, text of options grey, leads users think options disabled (they not).

ionic's documentation select css includes following: "ionic's select styled appearance prettied relative browser's default style. however, when select elements opened, default behavior on how select 1 of options still managed browser."

can tell me how can control styling of select options don't appear disabled? monkeying around ionic's css doesn't appear change anything, , i'm guessing that's because android "styling" element, rather ionic.

thanks.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -