From 54739b72b52cc5c7d00c4f5f5a89d20cdb3ce894 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 11 Sep 2009 04:18:12 +0000 Subject: [PATCH] Make the row being dragged a different colour --- tableeditor.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tableeditor.css b/tableeditor.css index edd14273..08c2e264 100644 --- a/tableeditor.css +++ b/tableeditor.css @@ -42,11 +42,17 @@ input { padding: 3px; } -.tableview tr:hover { - background-color: #DDDDEC; +.tableview tr:hover { + background-color: #DDDDEC; } +/* Table Drag'n'Drop default while-dragging style */ +.tableview tr.tDnD_whileDrag,tr.tDnD_whileDrag:hover { + background-color: #8080ff; +} + + .tableview th a { font-weight: bold; color: #FFFFFF;