diff options
| author | Mark Otto <[email protected]> | 2013-07-01 19:49:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-01 19:49:29 -0700 |
| commit | 5b2d933524616c9948c9e5229c14e109aa83727a (patch) | |
| tree | 4b07d387da10c36a0fc13a214a445d25cb35e7cb /docs | |
| parent | 08b3515fd7dfa76cdbb92d52a15d6797f3a1c4ed (diff) | |
| download | bootstrap-5b2d933524616c9948c9e5229c14e109aa83727a.tar.xz bootstrap-5b2d933524616c9948c9e5229c14e109aa83727a.zip | |
Fixes #8350: unfuck Chrome number input element cursor /cc @cvrebert @eintnohick
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cb80d5c36..6a426850a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1486,6 +1486,10 @@ input[type="checkbox"]:focus { outline-offset: -2px; } +input[type="number"]::-webkit-outer-spin-button input[type="number"]::-webkit-inner-spin-button { + height: auto; +} + input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; |
