summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-07-05 15:39:03 +0200
committerJo-Philipp Wich <jo@mein.io>2019-07-07 15:36:26 +0200
commitf743b96882a719c72538c27ebb97c9db425a1647 (patch)
tree24e4e271608110cff3c7328893761a5e2acd10b6 /themes
parentc16609b976288b45f766548bfb5ede908bff0311 (diff)
luci-theme-bootstrap: add CBI order drag/drop styles
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
index ac67b5bb7..f8f1c1110 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -740,6 +740,16 @@ textarea[readonly] {
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
* Repeatable UI elements outside the base styles provided from the scaffolding
* ---------------------------------------------------------------------------- */