diff --git a/nullboard.html b/nullboard.html
index ac2e6e2..06e7499 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -948,6 +948,20 @@
opacity: 1;
}
+ /***/
+ .adjusting * {
+ cursor: row-resize !important;
+ }
+
+ .adjusting .config .teaser {
+ display: none;
+ }
+
+ .adjusting .config .bulk {
+ display: block;
+ opacity: 1;
+ }
+
/***/
.overlay {
position: fixed;
@@ -1259,7 +1273,7 @@
}
.theme-dark .load-dragster {
- background: #09090A;
+ background: #09090A;
box-shadow: 0px 2px 4px #000;
outline: 1px solid #fc2a;
color: #ddd;
@@ -1395,6 +1409,15 @@
+
+
+
+