diff --git a/htdocs/theme/auguria/img/grip.png b/htdocs/theme/auguria/img/grip.png
new file mode 100644
index 0000000000000000000000000000000000000000..216e51ca8f077b7b6e1fd0186c0c0f2166433394
Binary files /dev/null and b/htdocs/theme/auguria/img/grip.png differ
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index 35f63f5d7d7ad98b3b638e89c854989de00083b5..4dbe3b746593cf47a900a0083de3484b0593c71b 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -158,13 +158,13 @@ form {
     background: #b3c5cc;
 }
 td.showDragHandle {
-    background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/1updownarrow.png'; ?>);
-    background-repeat: no-repeat;
-    background-position: center center;
-    cursor: move;
+	cursor: move;
 }
 .tdlineupdown {
-    white-space: nowrap;
+	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
+	background-repeat: no-repeat;
+	background-position: center center;
+	white-space: nowrap;
 }
 
 
diff --git a/htdocs/theme/eldy/img/grip.png b/htdocs/theme/eldy/img/grip.png
new file mode 100644
index 0000000000000000000000000000000000000000..216e51ca8f077b7b6e1fd0186c0c0f2166433394
Binary files /dev/null and b/htdocs/theme/eldy/img/grip.png differ
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index d4e28d78ead899ae99ca2c2488f12bc14bef9853..06f82e74a7f97ec622bdaf94a83ada0e21aa7d87 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -159,13 +159,13 @@ form {
 	background: #b3c5cc;
 }
 td.showDragHandle {
-	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/1updownarrow.png'; ?>);
-	background-repeat: no-repeat;
-	background-position: center center;
 	cursor: move;
 }
 .tdlineupdown {
-    white-space: nowrap;
+	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
+	background-repeat: no-repeat;
+	background-position: center center;
+	white-space: nowrap;
 }
 
 
diff --git a/htdocs/theme/freelug/img/grip.png b/htdocs/theme/freelug/img/grip.png
new file mode 100644
index 0000000000000000000000000000000000000000..216e51ca8f077b7b6e1fd0186c0c0f2166433394
Binary files /dev/null and b/htdocs/theme/freelug/img/grip.png differ
diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php
index 1d190d1e038ff163b1978c9a6ba6335206297d3f..0ee13b6aa811161548170de356d17bc4f92bb4bb 100644
--- a/htdocs/theme/freelug/style.css.php
+++ b/htdocs/theme/freelug/style.css.php
@@ -158,13 +158,13 @@ form
     background: #b3c5cc;
 }
 td.showDragHandle {
-    background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/1updownarrow.png'; ?>);
-    background-repeat: no-repeat;
-    background-position: center center;
-    cursor: move;
+	cursor: move;
 }
 .tdlineupdown {
-    white-space: nowrap;
+	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
+	background-repeat: no-repeat;
+	background-position: center center;
+	white-space: nowrap;
 }
 
 
diff --git a/htdocs/theme/yellow/img/grip.png b/htdocs/theme/yellow/img/grip.png
new file mode 100644
index 0000000000000000000000000000000000000000..216e51ca8f077b7b6e1fd0186c0c0f2166433394
Binary files /dev/null and b/htdocs/theme/yellow/img/grip.png differ
diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php
index 2a722a0d2576071217d011f6f2b641307a0ef07a..0eee163239f9521daf03ccd3e0453fd2f87bc10b 100644
--- a/htdocs/theme/yellow/style.css.php
+++ b/htdocs/theme/yellow/style.css.php
@@ -146,13 +146,13 @@ form
     background: #b3c5cc;
 }
 td.showDragHandle {
-    background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/1updownarrow.png'; ?>);
-    background-repeat: no-repeat;
-    background-position: center center;
-    cursor: move;
+	cursor: move;
 }
 .tdlineupdown {
-    white-space: nowrap;
+	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
+	background-repeat: no-repeat;
+	background-position: center center;
+	white-space: nowrap;
 }