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

update now playing screen

This commit is contained in:
Luke Pulverenti 2017-01-24 00:52:47 -05:00
parent 52e8f36d41
commit 3b258484af
7 changed files with 106 additions and 42 deletions

View file

@ -64,6 +64,7 @@
.listItem-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9);
}
.three-line {
@ -112,9 +113,9 @@
color: #fff;
}
.listItemIcon:not(.listItemIcon-transparent) {
background-color: #52B54B;
}
.listItemIcon:not(.listItemIcon-transparent) {
background-color: #52B54B;
}
.listItemProgressBar {
position: absolute;