Anand Roy
Anand Roy

Reputation: 11

Input type="search" not showing background color in Safari

Seach input is looking fine in all browser except safari. background color is not working in search input in safari. please solve this problem

Upvotes: 1

Views: 844

Answers (1)

itacode
itacode

Reputation: 3787

Please try to add:

[type="search"] {
  -webkit-appearance: textfield;
}

Upvotes: 2

Related Questions