Onair
If you want to highlight a scheduled recording that is currently broadcasting, you can add the following to your customlti.css
.livescheduledonair div.result {
border-width: 1px !important;
border-color:gray !important;
border-style: solid !important;
background-color: wheat }
This will result in a highlighted section:
If you only show onair channels and want a similar highlight you can use:
.onair div.result {
border-width: 1px !important;
border-color:gray !important;
border-style: solid !important;
background-color: wheat}