diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 56af60f01..3406e2e38 100644 --- a/dist/css/bootstrap.css +++ b/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; } |
