From d28abc4bf15ab00c7c7587f2fd520218ed6283f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 11:03:19 +0200 Subject: fixes #10115: Default carousel controls and Glyphicon controls should behave the same on small devices and up --- less/carousel.less | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'less') diff --git a/less/carousel.less b/less/carousel.less index de5e4c936..d9eda38e3 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -186,13 +186,17 @@ @media screen and (min-width: @screen-sm) { // Scale up the controls a smidge - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - margin-left: -15px; - font-size: 30px; + .carousel-control { + .glyphicons-chevron-left, + .glyphicons-chevron-right + .icon-prev, + .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + margin-left: -15px; + font-size: 30px; + } } // Show and left align the captions -- cgit v1.2.3