matching selected row colours to the library table.

This commit is contained in:
Naomi 2013-08-23 13:31:37 -04:00
parent 59ba938334
commit f1b1352077
2 changed files with 25 additions and 14 deletions

View file

@ -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);
}