Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-19 10:17:08 +0300
committerMark Otto <markdotto@gmail.com>2017-10-19 10:17:08 +0300
commit80e8e6754a47578422347bd6c3999cb6477bccd2 (patch)
tree41da1affb11f16697ca4a45fc41496751a86d046 /dist/css/bootstrap.css
parenta0942bf4fba94ae50b5456209d246efa9863f3fe (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index af1ed9cdb1..ddbfe72cfb 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;