roojs-ui.js
[roojs1] / less / roojs-bootstrap / carousel.less
index 47773be..ec3f37f 100644 (file)
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
-    background: @white-base !important;
+    background: rgba(255, 255, 255, 1) !important;
     width: 6px !important;
     height: 6px !important;
-    border: 5px solid @gray-base !important;
+    border: 5px solid rgba(0, 0, 0, 1) !important;
 }
 
 .carousel-inner > .carousel-arrow > .carousel-prev {
     position: absolute;
     display: block;
     top: 50%;
-    color: @white-base;
+    color: @body-bg;
     z-index: 100;
     cursor: pointer;
     padding: 10px;
@@ -74,7 +74,7 @@
     position: absolute;
     display: block;
     top: 50%;
-    color: @white-base;
+    color: @body-bg;
     z-index: 100;
     cursor: pointer;
     padding: 10px;