css-bootstrap/document-slider.css
authoredward <edward@roojs.com>
Thu, 9 Nov 2017 08:44:31 +0000 (16:44 +0800)
committeredward <edward@roojs.com>
Thu, 9 Nov 2017 08:44:31 +0000 (16:44 +0800)
css-bootstrap/document-slider.css

index 30ba623..b9f477f 100644 (file)
@@ -34,7 +34,6 @@
     text-align: center;
     width: 10%;
     height: 100%;
-    cursor: pointer;
 }
 
 .roo-document-slider-next {
@@ -44,7 +43,6 @@
     text-align: center;
     width: 10%;
     height: 100%;
-    cursor: pointer;
 }
 
 .roo-document-slider-prev > i,
@@ -52,5 +50,6 @@
     position: relative;
     top: 50%;
     transform: translateY(-50%);
+    cursor: pointer;
 }