scss/roojs-bootstrap/table.scss
authorAlan Knowles <alan@roojs.com>
Fri, 23 Jul 2021 08:19:08 +0000 (16:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 23 Jul 2021 08:19:08 +0000 (16:19 +0800)
scss/roojs-bootstrap/table.scss

index cf339c1..3fb71c7 100644 (file)
@@ -68,6 +68,7 @@
 }
 .table-body-fixed thead {
     overflow:  hidden;
+    user-select: none;
 }
 
 
 
 }
 
+/** -- the dragable column bar */
+.table-body-fixed thead > tr:hover .roo-hd-split {
+    position: absolute;
+    content: " ";
+    top: 0px;
+    right: -3px;
+    width: 6px;
+    z-index: 999;
+    height: 100%;
+    background: transparent;
+    cursor: col-resize;
+}
+.table-body-fixed thead > tr:hover .roo-hd-split:before {
+    position: absolute;
+    content: " ";
+    top: 0px;
+    right: -3px;
+    width: 1px;
+    z-index: 1000;
+    height: 100%;
+    background: black;
+    cursor: col-resize;
+}
+/*.table-body-fixed thead > tr:hover > th {
+    border-right: 1px solid $secondary;
+}*/
 /* fake infinate widt.. */
 .table-body-fixed thead > tr,
 .table-body-fixed tbody > tr