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:
parent
7e64a5b6f6
commit
cd09fbe031
3 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
}
|
||||
|
||||
.viewMenuBar.semiTransparent {
|
||||
background-color: rgba(18, 18, 18, .65);
|
||||
background-color: rgba(18, 18, 18, .60);
|
||||
}
|
||||
|
||||
.paperLibraryViewNav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue