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