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;