summaryrefslogtreecommitdiff
path: root/simplex/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 /simplex/bootstrap.css
parent17c540fc704b406e6cef303686ccc73f9f85715b (diff)
more complete form states, closes #479
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css33
1 files changed, 30 insertions, 3 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index 42aa3e54..634aee5c 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -6890,7 +6890,16 @@ label {
font-weight: normal;
}
.has-warning .help-block,
-.has-warning .control-label {
+.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: #d9831f;
}
.has-warning .form-control,
@@ -6898,7 +6907,16 @@ label {
border-color: #d9831f;
}
.has-error .help-block,
-.has-error .control-label {
+.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: #d9230f;
}
.has-error .form-control,
@@ -6906,7 +6924,16 @@ label {
border-color: #d9230f;
}
.has-success .help-block,
-.has-success .control-label {
+.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: #469408;
}
.has-success .form-control,