dataTable hover styling
This commit is contained in:
parent
384c771754
commit
433d4c4b85
1 changed files with 9 additions and 0 deletions
|
|
@ -246,3 +246,12 @@ table.dataTable thead .sorting_desc,
|
|||
table.dataTable thead .sorting {
|
||||
background-position: center right -3px;
|
||||
}
|
||||
|
||||
table.dataTable.hover tbody tr:hover,
|
||||
table.dataTable.hover tbody tr.odd:hover,
|
||||
table.dataTable.hover tbody tr.even:hover,
|
||||
table.dataTable.display tbody tr:hover,
|
||||
table.dataTable.display tbody tr.odd:hover,
|
||||
table.dataTable.display tbody tr.even:hover {
|
||||
background-color: rgba(255,255,0,0.2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue