diff --git a/themes/seven/style.css b/themes/seven/style.css
index 6901b4c82dc3a05372113b8bd6992bd540a3d038..585a0e2a888fd5656953d425278a9bcbec12cbe8 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -481,10 +481,15 @@ tr.even, tr.odd {
   border-color: #bebfb9;
   background: #f3f4ee;
 }
-
 tr.odd {
   background: #fff;
 }
+tr.drag {
+  background: #fe7;
+}
+tr.drag-previous {
+  background: #ffb;
+}
 table th {
   font-size: 12px;
   text-transform: uppercase;