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

update logging levels

This commit is contained in:
Luke Pulverenti 2015-10-04 18:04:56 -04:00
parent 7e64a5b6f6
commit cd09fbe031
3 changed files with 4 additions and 3 deletions

View file

@ -1034,8 +1034,9 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
border-radius: 50%;
color: #fff;
background: rgb(82, 181, 75);
background: rgba(82, 181, 75, .8);
background: rgba(82, 181, 75, .9);
line-height: 19px;
font-weight: 500;
}
.playedIndicator .fa {

View file

@ -221,7 +221,7 @@
}
.viewMenuBar.semiTransparent {
background-color: rgba(18, 18, 18, .65);
background-color: rgba(18, 18, 18, .60);
}
.paperLibraryViewNav {