aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 21:08:04 -0800
committerMark Otto <[email protected]>2012-01-27 21:08:04 -0800
commit3934d1b6c4cb975967235547b77e90b4c8c91be2 (patch)
treef62aefd53a6f74d6ed5864a1c6c211cf3f6a6613 /less/button-groups.less
parent4e191c423d2d1e834a4cb57ae246d03a82272ee4 (diff)
downloadbootstrap-3934d1b6c4cb975967235547b77e90b4c8c91be2.tar.xz
bootstrap-3934d1b6c4cb975967235547b77e90b4c8c91be2.zip
rgba text color on active buttons for a bit more contrast from their non-active siblings
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 471d33748..3e08e6b09 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -73,7 +73,8 @@
// On hover/focus/active, bring the proper btn to front
.btn-group .btn:hover,
.btn-group .btn:focus,
-.btn-group .btn:active {
+.btn-group .btn:active,
+.btn-group .btn.active {
z-index: 2;
}