diff --git a/README.md b/README.md index 71954f2..38edbe0 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,10 @@ decrement button to change from `default` to `text`. #### `[type="search"]` -The search input is not fully stylable by default. In Chrome and Safari on -OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In -Chrome and Safari on Windows you can't control `border` properly. It will apply -`border-width` but will only show a border color (which cannot be controlled) -for the outer 1px of that border. Applying `-webkit-appearance: textfield` -addresses these issues without removing the benefits of search inputs (e.g. -showing past searches). +The search input is not fully stylable by default. In Safari on +OSX you can't control `font`, `padding`, `border`, or `background`. Applying +`-webkit-appearance: textfield` addresses these issues without removing the +benefits of search inputs (e.g. showing past searches). ## Contributing diff --git a/test.html b/test.html index 615b083..613843e 100644 --- a/test.html +++ b/test.html @@ -431,7 +431,7 @@
[type="search"]