1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Merge branch 'v4-dev' into v4-forms-cleanup

This commit is contained in:
Mark Otto
2016-04-23 14:24:08 -07:00
27 changed files with 142 additions and 123 deletions

View File

@@ -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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long