aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-09 23:45:23 -0700
committerMark Otto <[email protected]>2013-06-09 23:45:23 -0700
commitd74a9634b0cb21a712f5e805c7a21132dc9bee5e (patch)
treef3edcacc7b1bde1eec5255fc3d3dc28b1d73c372 /less
parent9fac2c04679042ffc84ee74fce2516497f965419 (diff)
parent8b136f5b66cf922d434a9d3b96c13979284bf94b (diff)
downloadbootstrap-d74a9634b0cb21a712f5e805c7a21132dc9bee5e.tar.xz
bootstrap-d74a9634b0cb21a712f5e805c7a21132dc9bee5e.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less6
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;
+ }
}