diff options
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r-- | darkly/bootstrap.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css index ccac458d..90d0faa7 100644 --- a/darkly/bootstrap.css +++ b/darkly/bootstrap.css @@ -5898,7 +5898,8 @@ textarea:focus { box-shadow: none; } .has-warning .help-block, -.has-warning .control-label { +.has-warning .control-label, +.has-warning .form-control-feedback { color: #f39c12; } .has-warning .form-control, @@ -5907,7 +5908,8 @@ textarea:focus { box-shadow: none; } .has-error .help-block, -.has-error .control-label { +.has-error .control-label, +.has-error .form-control-feedback { color: #e74c3c; } .has-error .form-control, @@ -5916,7 +5918,8 @@ textarea:focus { box-shadow: none; } .has-success .help-block, -.has-success .control-label { +.has-success .control-label, +.has-success .form-control-feedback { color: #00bc8c; } .has-success .form-control, |