summaryrefslogtreecommitdiff
path: root/darkly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-04-26 14:06:54 -0400
committerThomas Park <thomas@thomaspark.me>2014-04-26 14:06:54 -0400
commit6d45034755f692536cb63c562cd780c1a963cf71 (patch)
tree66930639716396c155061b23b6af292bb68986ea /darkly/bootstrap.css
parentb30e49916c6d917a214fc3b307766322a22a7f83 (diff)
flatly, darkly: fix .checkbox and .radio state colors, #254
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r--darkly/bootstrap.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css
index 3295be56..0bbbd8ec 100644
--- a/darkly/bootstrap.css
+++ b/darkly/bootstrap.css
@@ -5899,6 +5899,10 @@ textarea:focus {
}
.has-warning .help-block,
.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
color: #f39c12;
}
@@ -5912,6 +5916,10 @@ textarea:focus {
}
.has-error .help-block,
.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline,
.has-error .form-control-feedback {
color: #e74c3c;
}
@@ -5925,6 +5933,10 @@ textarea:focus {
}
.has-success .help-block,
.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline,
.has-success .form-control-feedback {
color: #00bc8c;
}