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

update polymer

This commit is contained in:
Luke Pulverenti 2015-08-14 10:42:40 -04:00
parent dbf135beac
commit 2a2b9b7fe5
32 changed files with 322 additions and 172 deletions

View file

@ -939,8 +939,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
text-align: center;
vertical-align: middle;
width: 24px;
height: 19px;
padding-top: 3px;
height: 24px;
border-radius: 50%;
color: #fff;
background: rgba(82, 181, 75, .8);
@ -971,11 +970,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
z-index: 1;
}
.pieIndicator .fa {
color: #fff;
z-index: 4;
.pieIndicator iron-icon {
position: absolute;
margin: 4px 0 0 6px;
z-index: 4;
color: #fff;
}
.pie {
@ -987,7 +985,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
-o-border-radius: 50px;
border-radius: 50px;
clip: rect(0px, 12px, 24px, 0px);
background-color: rgba(10, 10, 10, .9);
background-color: rgba(10, 10, 10, 1);
z-index: 2;
}