diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index 826cfccf..3dff6d79 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -5837,7 +5837,8 @@ legend { color: #fff; } .has-warning .help-block, -.has-warning .control-label { +.has-warning .control-label, +.has-warning .form-control-feedback { color: #ecd77f; } .has-warning .form-control, @@ -5845,7 +5846,8 @@ legend { border-color: #ecd77f; } .has-error .help-block, -.has-error .control-label { +.has-error .control-label, +.has-error .form-control-feedback { color: #f0a6ac; } .has-error .form-control, @@ -5853,7 +5855,8 @@ legend { border-color: #f0a6ac; } .has-success .help-block, -.has-success .control-label { +.has-success .control-label, +.has-success .form-control-feedback { color: #93e08b; } .has-success .form-control, |