mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update item by name queries
This commit is contained in:
parent
73f434091c
commit
8df5412c5c
1 changed files with 9 additions and 1 deletions
|
@ -52,8 +52,16 @@ i.mediaInfoItem {
|
|||
}
|
||||
|
||||
.mediaInfoProgramAttribute {
|
||||
color: yellow;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
background: #EF6C00;
|
||||
padding: .25em .5em;
|
||||
border-radius: .25em;
|
||||
}
|
||||
|
||||
.layout-tv .mediaInfoProgramAttribute {
|
||||
font-size: 90%;
|
||||
padding: .1em .5em;
|
||||
}
|
||||
|
||||
.layout-tv i.mediaInfoItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue