Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2015-11-15 07:10:53 +0300
committerMark Otto <markd.otto@gmail.com>2015-11-15 07:10:53 +0300
commit0820da3f52b83415a694ba181d7bbc5e3dd2cc68 (patch)
tree90eea5c33291c45dd9b6e08c78a3e919b79fab88 /less
parentc0f6e1c70e24bd5878c33621cfc563e5b77b72bc (diff)
Fix IE9 clickthru of carousel controls
Diffstat (limited to 'less')
-rw-r--r--less/carousel.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/carousel.less b/less/carousel.less
index 590f5756ea..252011e9e2 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.