Вопрос

I have no problem styling the background color of textboxes, on PC it's ok but on iPhone the style for dropdown box doesn't take effect.

Css:

input[type=text],
input[type=submit],
select {
  background-color:#272822;
}

enter image description here

Это было полезно?

Решение

I've added -webkit-appearance: none; to your code.

Example

Другие советы

You could try using jquery form styling - this might work better cross platform. The one i often use is: http://uniformjs.com/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top