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

update listviews

This commit is contained in:
Luke Pulverenti 2016-07-16 14:02:39 -04:00
parent 1032fa887e
commit f458196922
31 changed files with 168 additions and 100 deletions

View file

@ -949,10 +949,17 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-right: 5px;
}
/* Polyfill */
.itemProgressBar[role]:after {
background-image: none; /* removes default background from polyfill */
}
/* Undo these to original */
.listItem .itemProgressBar {
width: auto;
margin: 0;
height: .56vh;
}
/* Polyfill */
.itemProgressBar[role]:after {
background-image: none; /* removes default background from polyfill */
}
/*
* Background of the progress bar background

View file

@ -106,6 +106,10 @@ h2 {
font-weight: 400;
}
h3 {
font-weight: 500;
}
a, a:active, a:hover {
text-decoration: none;
}