matching selected row colours to the library table.
This commit is contained in:
parent
59ba938334
commit
f1b1352077
2 changed files with 25 additions and 14 deletions
|
@ -34,3 +34,10 @@ div.his-timerange div {
|
|||
table.dataTable tbody tr {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.his-selected.even {
|
||||
background-color: rgba(240, 109, 53, 1);
|
||||
}
|
||||
.his-selected.odd {
|
||||
background-color: rgba(255, 136, 56, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue