Set different hover background color for selected data row
This commit is contained in:
parent
0781bb85dc
commit
57fea5e256
1 changed files with 4 additions and 0 deletions
|
|
@ -388,6 +388,10 @@ table.dataTable.display tbody tr.odd:hover,
|
|||
table.dataTable.display tbody tr.even:hover {
|
||||
background-color: rgba(255, 255, 0, 0.2);
|
||||
}
|
||||
table.dataTable.hover tbody tr:hover.selected,
|
||||
table.dataTable.display tbody tr:hover.selected {
|
||||
background-color: #bcc8b8;
|
||||
}
|
||||
|
||||
/*
|
||||
* No-go areas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue