2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+12 -30
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-feedback,
.has-success .form-control-label, .has-success .form-control-label,
.has-success .radio, .has-success .form-check-label,
.has-success .checkbox, .has-success .form-check-inline,
.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 .custom-control { .has-success .custom-control {
color: #5cb85c; 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-feedback,
.has-warning .form-control-label, .has-warning .form-control-label,
.has-warning .radio, .has-warning .form-check-label,
.has-warning .checkbox, .has-warning .form-check-inline,
.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 .custom-control { .has-warning .custom-control {
color: #f0ad4e; 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-feedback,
.has-danger .form-control-label, .has-danger .form-control-label,
.has-danger .radio, .has-danger .form-check-label,
.has-danger .checkbox, .has-danger .form-check-inline,
.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 .custom-control { .has-danger .custom-control {
color: #d9534f; color: #d9534f;
} }
@@ -6237,7 +6219,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
} }
a.text-muted:focus, a.text-muted:hover { a.text-muted:focus, a.text-muted:hover {
color: #687077; color: #687077 !important;
} }
.text-primary { .text-primary {
@@ -6245,7 +6227,7 @@ a.text-muted:focus, a.text-muted:hover {
} }
a.text-primary:focus, a.text-primary:hover { a.text-primary:focus, a.text-primary:hover {
color: #025aa5; color: #025aa5 !important;
} }
.text-success { .text-success {
@@ -6253,7 +6235,7 @@ a.text-primary:focus, a.text-primary:hover {
} }
a.text-success:focus, a.text-success:hover { a.text-success:focus, a.text-success:hover {
color: #449d44; color: #449d44 !important;
} }
.text-info { .text-info {
@@ -6261,7 +6243,7 @@ a.text-success:focus, a.text-success:hover {
} }
a.text-info:focus, a.text-info:hover { a.text-info:focus, a.text-info:hover {
color: #31b0d5; color: #31b0d5 !important;
} }
.text-warning { .text-warning {
@@ -6269,7 +6251,7 @@ a.text-info:focus, a.text-info:hover {
} }
a.text-warning:focus, a.text-warning:hover { a.text-warning:focus, a.text-warning:hover {
color: #ec971f; color: #ec971f !important;
} }
.text-danger { .text-danger {
@@ -6277,7 +6259,7 @@ a.text-warning:focus, a.text-warning:hover {
} }
a.text-danger:focus, a.text-danger:hover { a.text-danger:focus, a.text-danger:hover {
color: #c9302c; color: #c9302c !important;
} }
.text-hide { .text-hide {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+12 -30
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-feedback,
.has-success .form-control-label, .has-success .form-control-label,
.has-success .radio, .has-success .form-check-label,
.has-success .checkbox, .has-success .form-check-inline,
.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 .custom-control { .has-success .custom-control {
color: #5cb85c; 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-feedback,
.has-warning .form-control-label, .has-warning .form-control-label,
.has-warning .radio, .has-warning .form-check-label,
.has-warning .checkbox, .has-warning .form-check-inline,
.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 .custom-control { .has-warning .custom-control {
color: #f0ad4e; 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-feedback,
.has-danger .form-control-label, .has-danger .form-control-label,
.has-danger .radio, .has-danger .form-check-label,
.has-danger .checkbox, .has-danger .form-check-inline,
.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 .custom-control { .has-danger .custom-control {
color: #d9534f; color: #d9534f;
} }
@@ -6237,7 +6219,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
} }
a.text-muted:focus, a.text-muted:hover { a.text-muted:focus, a.text-muted:hover {
color: #687077; color: #687077 !important;
} }
.text-primary { .text-primary {
@@ -6245,7 +6227,7 @@ a.text-muted:focus, a.text-muted:hover {
} }
a.text-primary:focus, a.text-primary:hover { a.text-primary:focus, a.text-primary:hover {
color: #025aa5; color: #025aa5 !important;
} }
.text-success { .text-success {
@@ -6253,7 +6235,7 @@ a.text-primary:focus, a.text-primary:hover {
} }
a.text-success:focus, a.text-success:hover { a.text-success:focus, a.text-success:hover {
color: #449d44; color: #449d44 !important;
} }
.text-info { .text-info {
@@ -6261,7 +6243,7 @@ a.text-success:focus, a.text-success:hover {
} }
a.text-info:focus, a.text-info:hover { a.text-info:focus, a.text-info:hover {
color: #31b0d5; color: #31b0d5 !important;
} }
.text-warning { .text-warning {
@@ -6269,7 +6251,7 @@ a.text-info:focus, a.text-info:hover {
} }
a.text-warning:focus, a.text-warning:hover { a.text-warning:focus, a.text-warning:hover {
color: #ec971f; color: #ec971f !important;
} }
.text-danger { .text-danger {
@@ -6277,7 +6259,7 @@ a.text-warning:focus, a.text-warning:hover {
} }
a.text-danger:focus, a.text-danger:hover { a.text-danger:focus, a.text-danger:hover {
color: #c9302c; color: #c9302c !important;
} }
.text-hide { .text-hide {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long