Update Live TV date and time bar
This commit is contained in:
18
lukeflix.css
18
lukeflix.css
@@ -2468,10 +2468,28 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||||||
|
|
||||||
/* ========== TV GUIDE ========== */
|
/* ========== TV GUIDE ========== */
|
||||||
|
|
||||||
|
/* ==== GUIDE HEADER ==== */
|
||||||
|
|
||||||
.tvGuideHeader {
|
.tvGuideHeader {
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Date Selector */
|
||||||
|
.emby-tabs-slider.guideDateTabsSlider {
|
||||||
|
border: none;
|
||||||
|
background-color: transparent !important;
|
||||||
|
width: 9vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Time Interval Spacing & Style */
|
||||||
|
.guide-headerTimeslots {
|
||||||
|
color: inherit;
|
||||||
|
flex: 1 1 0 !important; /* fit rest of length */
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==== PROGRAM CELLS ==== */
|
||||||
|
|
||||||
/* Stylize channel number and logo cells */
|
/* Stylize channel number and logo cells */
|
||||||
.guide-channelHeaderCell {
|
.guide-channelHeaderCell {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user