This commit is contained in:
Mark Otto 2017-10-19 00:17:08 -07:00
parent a0942bf4fb
commit 80e8e6754a
12 changed files with 12 additions and 3 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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -6281,3 +6281,4 @@ exports.Tooltip = Tooltip;
return exports;
}({},$));
//# sourceMappingURL=bootstrap.bundle.js.map

BIN
dist/js/bootstrap.bundle.js.map vendored Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
dist/js/bootstrap.bundle.min.js.map vendored Normal file

Binary file not shown.

View file

@ -3844,3 +3844,4 @@ exports.Tooltip = Tooltip;
return exports;
}({},$,Popper));
//# sourceMappingURL=bootstrap.js.map

BIN
dist/js/bootstrap.js.map vendored Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
dist/js/bootstrap.min.js.map vendored Normal file

Binary file not shown.