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

update nfo saving

This commit is contained in:
Luke Pulverenti 2015-10-08 12:22:14 -04:00
parent 0173042471
commit 2380d967a0
15 changed files with 55 additions and 57 deletions

View file

@ -75,31 +75,27 @@
bottom: 0;
right: 0;
color: #333;
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
margin: 0 .5em .5em 0;
}
.cardOverlayPlayButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
}
.cardOverlayMoreButton {
position: absolute;
bottom: 0;
right: 0;
color: #333;
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
margin: 0 .5em .5em 0;
}
.cardOverlayMoreButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
}
.grayscale {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);