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

18 lines
388 B
CSS
Raw Normal View History

2014-02-23 12:29:02 -05:00
.btnCast {
width: 28px;
height: 28px;
padding: 0;
background-color: transparent;
border: 0;
background-size: 100%;
vertical-align: middle;
margin: 0 .6em;
}
.btnDefaultCast {
background-image: url(images/chromecast/ic_notification_media_route.png);
}
.btnActiveCast {
background-image: url(images/chromecast/ic_media_route_on_holo_dark.png);
}