Make the row being dragged a different colour

This commit is contained in:
dave 2009-09-11 04:18:12 +00:00
parent f260f5bf94
commit 54739b72b5

View File

@ -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;