mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
24 lines
486 B
CSS
24 lines
486 B
CSS
.btnCast {
|
|
width: 28px;
|
|
height: 28px;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
background-size: 100%;
|
|
vertical-align: middle;
|
|
margin: 0 .6em;
|
|
cursor: pointer;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.btnCast:hover {
|
|
opacity: .5;
|
|
}
|
|
|
|
.btnDefaultCast {
|
|
background-image: url(images/chromecast/ic_media_route_off_holo_dark.png);
|
|
}
|
|
|
|
.btnActiveCast {
|
|
background-image: url(images/chromecast/ic_media_route_on_holo_dark.png);
|
|
}
|