diff options
| author | Mark Otto <[email protected]> | 2016-05-08 13:43:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 13:43:13 -0700 |
| commit | 932d0aa06815b3ce0ff9b30c03ce486da6332709 (patch) | |
| tree | 403dd33b44473857081c645d4e9e1eb1cdff79cc /dist/css/bootstrap.css | |
| parent | 5e84ed1425ce9a5e3a5f0c94ad5a86a2b11a5f85 (diff) | |
| download | bootstrap-932d0aa06815b3ce0ff9b30c03ce486da6332709.tar.xz bootstrap-932d0aa06815b3ce0ff9b30c03ce486da6332709.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a0cf9d2c0..ef8f78610 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2151,6 +2151,11 @@ select.form-control:not([size]):not([multiple]) { height: 2.5rem; } +select.form-control:focus::-ms-value { + color: #55595c; + background-color: #fff; +} + .form-control-file, .form-control-range { display: block; @@ -3714,6 +3719,11 @@ input[type="button"].btn-block { outline: none; } +.custom-select:focus::-ms-value { + color: #55595c; + background-color: #fff; +} + .custom-select::-ms-expand { opacity: 0; } @@ -4129,8 +4139,7 @@ input[type="button"].btn-block { margin-bottom: 0.75rem; background-color: #fff; border-radius: 0.25rem; - -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125); + border: 1px solid rgba(0, 0, 0, 0.125); } .card-block { |
