jellyfin-web/dashboard-ui/css/chromecast.css

23 lines
579 B
CSS
Raw Normal View History

2014-05-10 22:11:53 -07:00
.btnCastImage {
2014-02-23 10:29:02 -07:00
background-color: transparent;
2014-05-10 22:11:53 -07:00
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 28px;
height: 100%;
position: relative;
top: 1px;
2014-02-23 10:29:02 -07:00
}
2014-05-10 22:11:53 -07:00
.btnDefaultCast .btnCastImage {
2014-02-23 13:35:58 -07:00
background-image: url(images/chromecast/ic_media_route_off_holo_dark.png);
2014-02-23 10:29:02 -07:00
}
2014-05-10 22:11:53 -07:00
.btnActiveCast .btnCastImage {
2014-02-23 10:29:02 -07:00
background-image: url(images/chromecast/ic_media_route_on_holo_dark.png);
2014-03-30 16:26:16 -07:00
}
2014-05-10 22:11:53 -07:00
.btnDisabledCast .btnCastImage {
2014-03-30 16:26:16 -07:00
background-image: url(images/chromecast/ic_media_route_disabled_holo_dark.png);
}