]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #6852: add cursor pointer to carousel indicators
authorMark Otto <otto@github.com>
Fri, 8 Feb 2013 17:56:04 +0000 (09:56 -0800)
committerMark Otto <otto@github.com>
Fri, 8 Feb 2013 17:56:04 +0000 (09:56 -0800)
docs/assets/css/bootstrap.css
less/carousel.less

index 9e1ad72e60ad3c1ba6a10a051d26998f6b215975..9ea76f713e046b2ead322542e199f539afb0e810 100644 (file)
@@ -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;
index fa052abe4cf3c015390aa7c0b3b60fc9849a58df..8696d4155637273857e5ced4c30f16db22494887 100644 (file)
     background-color: #ccc;
     background-color: rgba(255,255,255,.25);
     border-radius: 5px;
+    cursor: pointer;
   }
   .active {
     background-color: #fff;