diff options
| author | Mark Otto <[email protected]> | 2017-10-19 00:17:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-19 00:17:08 -0700 |
| commit | 80e8e6754a47578422347bd6c3999cb6477bccd2 (patch) | |
| tree | 41da1affb11f16697ca4a45fc41496751a86d046 /dist/css/bootstrap.css | |
| parent | a0942bf4fba94ae50b5456209d246efa9863f3fe (diff) | |
| download | bootstrap-80e8e6754a47578422347bd6c3999cb6477bccd2.tar.xz bootstrap-80e8e6754a47578422347bd6c3999cb6477bccd2.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index af1ed9cdb..ddbfe72cf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1882,6 +1882,11 @@ pre code { opacity: 1; } +.form-control::-ms-input-placeholder { + color: #868e96; + opacity: 1; +} + .form-control::placeholder { color: #868e96; opacity: 1; |
