diff options
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less index 4c7885e1..f6dad298 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -336,27 +336,27 @@ input[type="checkbox"], } .has-warning { - input, + input:not([type=checkbox]), .form-control, - input:focus, + input:not([type=checkbox]):focus, .form-control:focus { .box-shadow(inset 0 -2px 0 @brand-warning); } } .has-error { - input, + input:not([type=checkbox]), .form-control, - input:focus, + input:not([type=checkbox]):focus, .form-control:focus { .box-shadow(inset 0 -2px 0 @brand-danger); } } .has-success { - input, + input:not([type=checkbox]), .form-control, - input:focus, + input:not([type=checkbox]):focus, .form-control:focus { .box-shadow(inset 0 -2px 0 @brand-success); } |