jellyfin-web/dashboard-ui/css/livetv.css

18 lines
303 B
CSS
Raw Normal View History

2015-08-25 07:33:21 -07:00
.guideTabContent {
2016-04-26 11:28:04 -07:00
background: #121212;
2015-08-24 20:13:04 -07:00
}
2016-01-11 19:38:58 -07:00
.chkAdvanced {
margin-left: auto;
}
2016-04-26 11:28:04 -07:00
/* Allow vertical space for anything that slides up at the bottom */
.guideVerticalScroller {
padding-bottom: 160px;
}
2016-04-26 19:59:43 -07:00
.tvGuideHeader.headroom--unpinned {
-webkit-transform: none;
transform: none;
}