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:
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;