diff --git a/resources/js/jethro.js b/resources/js/jethro.js index d8c3bf8f..e7bf41f6 100644 --- a/resources/js/jethro.js +++ b/resources/js/jethro.js @@ -970,6 +970,7 @@ JethroServicePlanner._getTRDragHelper = function(event, tr) { helper.children().each(function(index) { $(this).width(originals.eq(index).width()) }); + helper.addClass('service-item-in-transit') return helper; } diff --git a/resources/less/jethro.less.php b/resources/less/jethro.less.php index 4a5bea43..f39ff472 100644 --- a/resources/less/jethro.less.php +++ b/resources/less/jethro.less.php @@ -2188,9 +2188,13 @@ -ms-user-select: none; user-select: none; } -#service-plan tbody td, #service-plan tfoot td { +#service-plan tbody td, #service-plan tfoot td, .service-item-in-transit * { background: @jethroLightest; } +.service-item-in-transit { + border-bottom-style: solid; + border-bottom-width: 1px; +} #body #service-plan-placeholder { margin: 25px 15px; }