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

chromecast fixes

This commit is contained in:
Luke Pulverenti 2016-03-07 01:53:38 -05:00
parent fdbc225f11
commit 053fd6388e
9 changed files with 32 additions and 15 deletions

View file

@ -57,7 +57,7 @@
@media all and (min-width: 800px) {
.cardImage {
border-radius: 2px;
border-radius: 3px;
}
}

View file

@ -17,7 +17,7 @@
}
.background-theme-b, paper-dialog.background-theme-b {
background-color: #212121;
background-color: #181818;
/*background: radial-gradient(circle, #282828, #141414);*/
}

View file

@ -201,7 +201,7 @@
}
.viewMenuBar, .libraryViewNav {
background-color: #111;
background-color: #020202;
}
.viewMenuBar.semiTransparent {