diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 343591b843f..a692730ad6b 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -154,7 +154,18 @@ form { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } -.showDragHandle { + +.dragHandle { +} + +.dragClass { + background: #b3c5cc; +} + +td.showDragHandle { + background-image: url(); + background-repeat: no-repeat; + background-position: center center; cursor: move; }