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

update now playing

This commit is contained in:
Luke Pulverenti 2015-09-27 11:00:57 -04:00
parent fc4068bdcc
commit 7d89bd22b9
17 changed files with 312 additions and 59 deletions

View file

@ -1,13 +1,13 @@
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
background-color: #1b1b1b;
background-color: #101010;
}
.viewMenuBar.semiTransparent {
background-color: rgba(27, 27, 27, .6);
background-color: rgba(15, 15, 15, .50);
}
.background-theme-b {
background-color: #2b2b2b;
background-color: #202020;
}
.backdropContainer .pageBackground {
@ -15,7 +15,7 @@
}
.defaultBackground .cardImage {
background-color: #383838;
background-color: #303030;
}
.ui-body-b .visualCardBox {
@ -29,3 +29,8 @@
paper-tab {
font-weight: 500 !important;
}
.libraryViewNav .ui-btn-active {
border-bottom-color: #52B54B !important;
}

View file

@ -108,7 +108,7 @@ body {
}
.libraryViewNav .ui-btn-active, .libraryViewNav .iron-selected, .btnActiveCast {
color: #007AFF !important;
color: #52B54B !important;
}
.channelTimeslotHeader {