From: Mark Otto Date: Fri, 8 Feb 2013 17:56:04 +0000 (-0800) Subject: Fixes #6852: add cursor pointer to carousel indicators X-Git-Tag: v3.0.0-rc1~676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63c1377ee7802d857bfa359fb3d9824abf5a91fc;p=thirdparty%2Fbootstrap.git Fixes #6852: add cursor pointer to carousel indicators --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9e1ad72e60..9ea76f713e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4576,6 +4576,7 @@ a.counter:focus { height: 10px; margin-left: 5px; text-indent: -999px; + cursor: pointer; background-color: #ccc; background-color: rgba(255, 255, 255, 0.25); border-radius: 5px; diff --git a/less/carousel.less b/less/carousel.less index fa052abe4c..8696d41556 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -141,6 +141,7 @@ background-color: #ccc; background-color: rgba(255,255,255,.25); border-radius: 5px; + cursor: pointer; } .active { background-color: #fff;