diff options
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r-- | superhero/bootstrap.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index e5913103..8cc9ed26 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -5887,16 +5887,25 @@ label, .has-warning .form-control-feedback { color: #f0ad4e; } +.has-warning .input-group-addon { + border: none; +} .has-error .help-block, .has-error .control-label, .has-error .form-control-feedback { color: #d9534f; } +.has-error .input-group-addon { + border: none; +} .has-success .help-block, .has-success .control-label, .has-success .form-control-feedback { color: #5cb85c; } +.has-success .input-group-addon { + border: none; +} .form-control:focus { -webkit-box-shadow: none; box-shadow: none; |