fix #7281 - fix column resizing for merged cells
[roojs1] / scss / roojs-bootstrap / carousel.scss
index d6d4c4a..75bdf9f 100644 (file)
@@ -62,7 +62,7 @@
     position: absolute;
     display: block;
     top: 50%;
-    color: $body-bg;
+    color: $dark;
     z-index: 100;
     cursor: pointer;
     padding: 10px;
@@ -74,7 +74,7 @@
     position: absolute;
     display: block;
     top: 50%;
-    color: $body-bg;
+    color: $dark;
     z-index: 100;
     cursor: pointer;
     padding: 10px;
 .carousel-inner .tab-pane.clickable {
     cursor: pointer;
 }
+
+
+.tab-content {
+    > .carousel-inner {
+                
+        padding: 16px 35px;
+        background: $light;
+        > .tab-pane {
+          display: none;
+        }
+        > .active {
+          display: block;
+        }
+    }
+}
+