1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00
This commit is contained in:
Mark Otto
2017-10-19 00:17:08 -07:00
parent a0942bf4fb
commit 80e8e6754a
12 changed files with 18 additions and 5 deletions

View File

@@ -1882,6 +1882,11 @@ pre code {
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #868e96;
opacity: 1;
}
.form-control::placeholder {
color: #868e96;
opacity: 1;