diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r-- | superhero/bootswatch.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index 2a307b83..1af16723 100644 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -162,6 +162,11 @@ label, color: @brand-warning; } + .form-control, + .form-control:focus { + border: 4px solid @brand-warning; + } + .input-group-addon { border: none; } @@ -182,6 +187,11 @@ label, color: @brand-danger; } + .form-control, + .form-control:focus { + border: 4px solid @brand-danger; + } + .input-group-addon { border: none; } @@ -202,6 +212,11 @@ label, color: @brand-success; } + .form-control, + .form-control:focus { + border: 4px solid @brand-success; + } + .input-group-addon { border: none; } |