diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index d4c628e13..9825e9a2d 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -486,4 +486,10 @@ .box-shadow(@shadow); } } + // Set validation states also for addons + .input-group-addon { + color: @text-color; + border-color: @border-color; + background-color: @background-color; + } } |
