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:
parent
6ef418cf8d
commit
09c7da7d48
19 changed files with 138 additions and 95 deletions
|
@ -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 {
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
}
|
||||
|
||||
.libraryViewNav .ui-btn-active {
|
||||
border-bottom-color: #38c;
|
||||
border-bottom-color: #52B54B;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -217,11 +217,11 @@
|
|||
}
|
||||
|
||||
.channelTimeslotHeader {
|
||||
border-right: 1px solid #38c;
|
||||
border-right-color: #52B54B;
|
||||
}
|
||||
|
||||
.channelTimeslotHeader, .timeslotHeader {
|
||||
background: #38c;
|
||||
background: #52B54B;
|
||||
}
|
||||
|
||||
.timeslotHeader, .channelTimeslotHeader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue