Skip to content

Commit

Permalink
Set different hover background color for selected data row
Browse files Browse the repository at this point in the history
  • Loading branch information
nrenner committed Dec 3, 2019
1 parent 0781bb8 commit 57fea5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57fea5e

Please sign in to comment.