aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/carousel.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 9e1ad72e6..9ea76f713 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 fa052abe4..8696d4155 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;