1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00
This commit is contained in:
Mark Otto
2016-11-29 21:37:00 -08:00
parent 535fec93cf
commit 59dc3e174d
26 changed files with 36 additions and 73 deletions

View File

@@ -367,7 +367,6 @@ p {
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #636c72;
}
address {
@@ -2213,23 +2212,17 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-check-inline {
position: relative;
display: inline-block;
padding-left: 1.25rem;
margin-bottom: 0;
}
.form-check-inline .form-check-label {
vertical-align: middle;
cursor: pointer;
}
.form-check-inline + .form-check-inline {
margin-left: .75rem;
}
.form-check-inline.disabled {
color: #636c72;
cursor: not-allowed;
}
.form-control-feedback {
margin-top: 0.25rem;
}
@@ -2248,7 +2241,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
color: #5cb85c;
}
@@ -2271,7 +2263,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
color: #f0ad4e;
}
@@ -2294,7 +2285,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
color: #d9534f;
}