diff options
| author | Mark Otto <[email protected]> | 2014-02-07 02:24:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-07 02:24:37 -0800 |
| commit | 3ccc16cad078cfcc76f3b9362f0039b0566d8914 (patch) | |
| tree | 4446991f4846ea0790df32aead2359c5350d3917 /dist/css/bootstrap.css | |
| parent | 6814393c9ae6be56dbf0fed983001468e2da761f (diff) | |
| download | bootstrap-3ccc16cad078cfcc76f3b9362f0039b0566d8914.tar.xz bootstrap-3ccc16cad078cfcc76f3b9362f0039b0566d8914.zip | |
grunt for days
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5b4e49bd1..66db05317 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1733,6 +1733,9 @@ fieldset[disabled] .form-control { textarea.form-control { height: auto; } +input[type="search"] { + -webkit-appearance: none; +} input[type="date"] { line-height: 34px; } |
