diff --git a/app/assets/stylesheets/admin/appstack/style.sass b/app/assets/stylesheets/admin/appstack/style.sass
index da124eacb9b6cd95671114c41045bf472101ebea..d0c9e8f1e2a46a76709b6d74798a105955c25e44 100644
--- a/app/assets/stylesheets/admin/appstack/style.sass
+++ b/app/assets/stylesheets/admin/appstack/style.sass
@@ -92,9 +92,6 @@ h1
         box-shadow: none
         padding: 0.5rem 0
 
-.draft
-    opacity: 0.5
-
 .btn-light[target=_blank]::after
     filter: invert(0)
 
diff --git a/app/assets/stylesheets/admin/commons/style.sass b/app/assets/stylesheets/admin/commons/style.sass
new file mode 100644
index 0000000000000000000000000000000000000000..6792bc31581b7fba2aee808547acca2856526b8e
--- /dev/null
+++ b/app/assets/stylesheets/admin/commons/style.sass
@@ -0,0 +1,7 @@
+.draft
+    td
+        opacity: 0.5
+        &:last-of-type // Buttons
+            opacity: 1
+.handle
+    cursor: move
\ No newline at end of file