diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/reset.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/reset.less b/lib/reset.less index 28638b6b3..8fe04d6d1 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -140,10 +140,11 @@ input[type="search"] { // Appearance in Safari/Chrome -moz-box-sizing: content-box; box-sizing: content-box; } -input[type="search"]::-webkit-search-decoration { +input[type="search"]::-webkit-search-decoration, +input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; // Inner-padding issues in Chrome OSX, Safari 5 } textarea { overflow: auto; // Remove vertical scrollbar in IE6-9 vertical-align: top; // Readability and alignment cross-browser -}
\ No newline at end of file +} |
