1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add recording web socket events

This commit is contained in:
Luke Pulverenti 2016-06-08 02:21:13 -04:00
parent a2dbad16f4
commit 8cd218b44e

View file

@ -5,7 +5,7 @@
contain: style;
}
/*.itemsContainer .card {
/*.itemsContainer .card {
contain: layout style;
}
@ -19,10 +19,10 @@
display: block;
}*/
.card, .card a {
text-decoration: none;
font-weight: 400 !important;
}
.card, .card a {
text-decoration: none;
font-weight: 400 !important;
}
.cardOverlayTarget {
position: absolute;
@ -76,8 +76,8 @@
}
.cardOverlayMoreButton, .cardOverlayPlayButton {
color: #333!important;
background-color: rgba(210,210,210,.9)!important;
color: #333 !important;
background-color: rgba(210,210,210,.9) !important;
border-radius: 500px;
padding: 5px;
width: 36px;