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

update media sync

This commit is contained in:
Luke Pulverenti 2015-09-28 23:35:50 -04:00
parent 6ef418cf8d
commit 09c7da7d48
19 changed files with 138 additions and 95 deletions

View file

@ -18,6 +18,7 @@
.background-theme-b {
background-color: #242424;
background: -webkit-radial-gradient(circle, #282828, #202020);
}
.ui-body-b {
@ -1190,7 +1191,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.selectedCharacter {
color: #4d90fe !important;
color: #52B54B !important;
}
.itemOverlayHtml {

View file

@ -268,7 +268,7 @@
}
.libraryViewNav .ui-btn-active {
border-bottom-color: #38c;
border-bottom-color: #52B54B;
color: #fff !important;
}

View file

@ -217,11 +217,11 @@
}
.channelTimeslotHeader {
border-right: 1px solid #38c;
border-right-color: #52B54B;
}
.channelTimeslotHeader, .timeslotHeader {
background: #38c;
background: #52B54B;
}
.timeslotHeader, .channelTimeslotHeader {