forked from science-ation/science-ation
Make the row being dragged a different colour
This commit is contained in:
parent
f260f5bf94
commit
54739b72b5
@ -42,11 +42,17 @@ input {
|
|||||||
padding: 3px;
|
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 {
|
.tableview th a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user