summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-06-20 21:08:38 -0400
committerThomas Park <thomas@thomaspark.co>2015-06-20 21:08:38 -0400
commitd2246acacb1c9ae45a70ab36f3ca980cded0c75b (patch)
tree344e0ef04baec8b22a8ba26efce2eade49db9922 /cosmo/bootstrap.css
parent17c540fc704b406e6cef303686ccc73f9f85715b (diff)
more complete form states, closes #479
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index c62c673e..f1156e10 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -6855,6 +6855,14 @@ table .info a,
}
.has-warning .help-block,
.has-warning .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-control-feedback {
color: #ff7518;
}
@@ -6865,6 +6873,14 @@ table .info a,
}
.has-error .help-block,
.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline,
+.has-error.radio label,
+.has-error.checkbox label,
+.has-error.radio-inline label,
+.has-error.checkbox-inline label,
.has-error .form-control-feedback {
color: #ff0039;
}
@@ -6875,6 +6891,14 @@ table .info a,
}
.has-success .help-block,
.has-success .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-control-feedback {
color: #3fb618;
}