1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
This commit is contained in:
Mark Otto 2016-09-05 12:37:47 -07:00
parent 7e18498b64
commit 59daf9f958
8 changed files with 30 additions and 66 deletions

View file

@ -2097,14 +2097,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
color: #5cb85c;
}
@ -2129,14 +2123,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
color: #f0ad4e;
}
@ -2161,14 +2149,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
color: #d9534f;
}
@ -6237,7 +6219,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
a.text-muted:focus, a.text-muted:hover {
color: #687077;
color: #687077 !important;
}
.text-primary {
@ -6245,7 +6227,7 @@ a.text-muted:focus, a.text-muted:hover {
}
a.text-primary:focus, a.text-primary:hover {
color: #025aa5;
color: #025aa5 !important;
}
.text-success {
@ -6253,7 +6235,7 @@ a.text-primary:focus, a.text-primary:hover {
}
a.text-success:focus, a.text-success:hover {
color: #449d44;
color: #449d44 !important;
}
.text-info {
@ -6261,7 +6243,7 @@ a.text-success:focus, a.text-success:hover {
}
a.text-info:focus, a.text-info:hover {
color: #31b0d5;
color: #31b0d5 !important;
}
.text-warning {
@ -6269,7 +6251,7 @@ a.text-info:focus, a.text-info:hover {
}
a.text-warning:focus, a.text-warning:hover {
color: #ec971f;
color: #ec971f !important;
}
.text-danger {
@ -6277,7 +6259,7 @@ a.text-warning:focus, a.text-warning:hover {
}
a.text-danger:focus, a.text-danger:hover {
color: #c9302c;
color: #c9302c !important;
}
.text-hide {

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

View file

@ -2097,14 +2097,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
color: #5cb85c;
}
@ -2129,14 +2123,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
color: #f0ad4e;
}
@ -2161,14 +2149,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
color: #d9534f;
}
@ -6237,7 +6219,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
a.text-muted:focus, a.text-muted:hover {
color: #687077;
color: #687077 !important;
}
.text-primary {
@ -6245,7 +6227,7 @@ a.text-muted:focus, a.text-muted:hover {
}
a.text-primary:focus, a.text-primary:hover {
color: #025aa5;
color: #025aa5 !important;
}
.text-success {
@ -6253,7 +6235,7 @@ a.text-primary:focus, a.text-primary:hover {
}
a.text-success:focus, a.text-success:hover {
color: #449d44;
color: #449d44 !important;
}
.text-info {
@ -6261,7 +6243,7 @@ a.text-success:focus, a.text-success:hover {
}
a.text-info:focus, a.text-info:hover {
color: #31b0d5;
color: #31b0d5 !important;
}
.text-warning {
@ -6269,7 +6251,7 @@ a.text-info:focus, a.text-info:hover {
}
a.text-warning:focus, a.text-warning:hover {
color: #ec971f;
color: #ec971f !important;
}
.text-danger {
@ -6277,7 +6259,7 @@ a.text-warning:focus, a.text-warning:hover {
}
a.text-danger:focus, a.text-danger:hover {
color: #c9302c;
color: #c9302c !important;
}
.text-hide {

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