diff options
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r-- | lumen/bootstrap.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css index 0d291056..83d551f1 100644 --- a/lumen/bootstrap.css +++ b/lumen/bootstrap.css @@ -5947,6 +5947,9 @@ label { -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } +.has-warning .input-group-addon { + border: 1px solid #ff851b; +} .has-error .help-block, .has-error .control-label, .has-error .form-control-feedback { @@ -5958,6 +5961,9 @@ label { -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } +.has-error .input-group-addon { + border: 1px solid #ff4136; +} .has-success .help-block, .has-success .control-label, .has-success .form-control-feedback { @@ -5969,6 +5975,9 @@ label { -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } +.has-success .input-group-addon { + border: 1px solid #28b62c; +} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { |