mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update xml parsing
This commit is contained in:
parent
c22321c3f9
commit
7ce49ea1e8
9 changed files with 88 additions and 78 deletions
|
@ -196,7 +196,7 @@
|
|||
|
||||
.itemTag {
|
||||
display: inline-block;
|
||||
background-color: #181818;
|
||||
background-color: #333;
|
||||
border-radius: 4px;
|
||||
padding: 5px 7px;
|
||||
margin: 0 5px 5px 0;
|
||||
|
@ -257,9 +257,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.noBackdrop {
|
||||
height: 170px;
|
||||
background: #181818;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.withBackdrop + .mainDrawerPanel .noBackdrop {
|
||||
|
@ -460,8 +458,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.mainDetailButtons button, .recordingFields button {
|
||||
background: rgba(170,170, 170, 1);
|
||||
color: #222;
|
||||
margin-left: 0;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
@ -538,10 +534,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.editorMenuLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.noBackdrop {
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.itemMiscInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue