diff options
-rw-r--r-- | themes/seven/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index 6901b4c82..585a0e2a8 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; |