1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

@ -0,0 +1,15 @@
.viewMenuBar, .libraryViewNav {
background-color: #181818;
}
.ui-page-theme-b {
background-color: #282828;
}
.backdropPage.ui-page-theme-b {
background-color: rgba(20, 20,20, .94) !important;
}
.defaultBackground .cardImage {
background-color: #383838;
}

View file

@ -8,6 +8,10 @@
background-color: rgba(28,28,28,.97);
}
.backdropPage.ui-page-theme-b {
background-color: rgba(28,28,28,.92) !important;
}
.ui-page-theme-b {
background-color: #1c1c1c;
}
@ -130,3 +134,15 @@ h1, h1 a {
.libraryViewNav a:not(.ui-btn-active):hover {
color: #539FFD !important;
}
@media (min-width: 600px) {
/* This needs a little extra space to account for the longer date format */
.channelHeaderCell, .channelTimeslotHeader {
width: 209px;
}
.programGrid, .timeslotHeaders {
margin-left: 210px;
}
}