luci-theme-bootstrap: add CBI order drag/drop styles

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-07-05 15:39:03 +02:00
parent c16609b976
commit f743b96882

View file

@ -740,6 +740,16 @@ textarea[readonly] {
line-height: 3em; line-height: 3em;
} }
.tr.drag-over-above,
.tr.drag-over-below {
border: 2px solid #0069d6;
border-width: 2px 0 0 0;
}
.tr.drag-over-below {
border-width: 0 0 2px 0;
}
/* Patterns.less /* Patterns.less
* Repeatable UI elements outside the base styles provided from the scaffolding * Repeatable UI elements outside the base styles provided from the scaffolding
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */