diff --git a/less/close.less b/less/close.less index 0cef631b5a..48baf355fd 100644 --- a/less/close.less +++ b/less/close.less @@ -32,5 +32,6 @@ background: transparent; border: 0; -webkit-appearance: none; + appearance: none; } } diff --git a/less/forms.less b/less/forms.less index 77ae33afc2..edf19bfb6d 100644 --- a/less/forms.less +++ b/less/forms.less @@ -56,6 +56,7 @@ input[type="search"] { // be added to `.form-control` as it's not specific enough. For details, see // https://github.com/twbs/bootstrap/issues/11586. -webkit-appearance: none; + appearance: none; } // Position radios and checkboxes better