diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r-- | cyborg/bootswatch.less | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index 6f15667c..e0129ce4 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -70,7 +70,8 @@ table, } .form-control, - .form-control:focus { + .form-control:focus, + .input-group-addon { border-color: @brand-warning; } } @@ -83,7 +84,8 @@ table, } .form-control, - .form-control:focus { + .form-control:focus, + .input-group-addon { border-color: @brand-danger; } } @@ -96,7 +98,8 @@ table, } .form-control, - .form-control:focus { + .form-control:focus, + .input-group-addon { border-color: @brand-success; } } |