aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-14 20:10:53 -0800
committerMark Otto <[email protected]>2015-11-14 20:10:53 -0800
commit0820da3f52b83415a694ba181d7bbc5e3dd2cc68 (patch)
tree90eea5c33291c45dd9b6e08c78a3e919b79fab88
parentc0f6e1c70e24bd5878c33621cfc563e5b77b72bc (diff)
downloadbootstrap-0820da3f52b83415a694ba181d7bbc5e3dd2cc68.tar.xz
bootstrap-0820da3f52b83415a694ba181d7bbc5e3dd2cc68.zip
Fix IE9 clickthru of carousel controls
-rw-r--r--less/carousel.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/carousel.less b/less/carousel.less
index 590f5756e..252011e9e 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -101,6 +101,7 @@
color: @carousel-control-color;
text-align: center;
text-shadow: @carousel-text-shadow;
+ background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug
// We can't have this transition here because WebKit cancels the carousel
// animation if you trip this while in the middle of another animation.