update components

This commit is contained in:
Luke Pulverenti 2015-06-19 00:23:55 -04:00
parent 615cc844ae
commit b9598ffaa1
88 changed files with 366 additions and 501 deletions

View file

@ -111,7 +111,7 @@
border-bottom: 2px solid #0B487D;
}
.tvProgram:hover, .tvProgram:hover .tvProgramInfo {
.pointerInput .tvProgram:hover, .pointerInput .tvProgram:hover .tvProgramInfo {
background-color: #444;
}
@ -231,7 +231,7 @@
position: relative;
}
.channelHeaderCell:hover {
.pointerInput .channelHeaderCell:hover {
background-color: #444;
}
@ -269,7 +269,7 @@
overflow: hidden;
}
.programCellInner:hover {
.pointerInput .programCellInner:hover {
background-color: #444;
}
@ -366,4 +366,4 @@
.channelList, .programGrid {
height: auto !important;
}
}