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;