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%;
|
border-radius: 50%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgb(82, 181, 75);
|
background: rgb(82, 181, 75);
|
||||||
background: rgba(82, 181, 75, .8);
|
background: rgba(82, 181, 75, .9);
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playedIndicator .fa {
|
.playedIndicator .fa {
|
||||||
|
|
|
@ -221,7 +221,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewMenuBar.semiTransparent {
|
.viewMenuBar.semiTransparent {
|
||||||
background-color: rgba(18, 18, 18, .65);
|
background-color: rgba(18, 18, 18, .60);
|
||||||
}
|
}
|
||||||
|
|
||||||
.paperLibraryViewNav {
|
.paperLibraryViewNav {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewMenuBar.semiTransparent {
|
.viewMenuBar.semiTransparent {
|
||||||
background-color: rgba(15, 15, 15, .50);
|
background-color: rgba(15, 15, 15, .45);
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-theme-b, paper-dialog.background-theme-b {
|
.background-theme-b, paper-dialog.background-theme-b {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue