1
0
Fork 0
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:
Luke Pulverenti 2016-06-17 09:06:13 -04:00
parent 73f434091c
commit 8df5412c5c

View file

@ -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 {