aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 56af60f01..3406e2e38 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -2151,6 +2151,11 @@ select.form-control:not([size]):not([multiple]) {
height: 2.5rem;
}
+select.form-control:focus::-ms-value {
+ color: #55595c;
+ background-color: #fff;
+}
+
.form-control-file,
.form-control-range {
display: block;
@@ -3732,6 +3737,11 @@ input[type="button"].btn-block {
outline: none;
}
+.custom-select:focus::-ms-value {
+ color: #55595c;
+ background-color: #fff;
+}
+
.custom-select::-ms-expand {
opacity: 0;
}