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

44 lines
702 B
CSS
Raw Normal View History

2015-05-29 21:07:54 -04:00
.btnDefaultCast .btnCastImageActive {
display: none;
2014-02-23 12:29:02 -05:00
}
2015-05-29 21:07:54 -04:00
.btnActiveCast .btnCastImageDefault {
display: none;
2014-03-30 16:26:16 -07:00
}
2015-05-08 12:58:27 -04:00
.btnActiveCast i {
color: #2ad !important;
}
2015-05-29 21:07:54 -04:00
.btnDisabledCast .btnCastImageActive {
display: none;
2014-03-30 16:26:16 -07:00
}
2014-06-22 01:52:31 -04:00
2015-05-08 12:58:27 -04:00
.btnDisabledCast i {
color: #555;
}
2014-06-22 01:52:31 -04:00
.headerSelectedPlayer {
display: inline-block;
vertical-align: middle;
color: #ddd;
font-size: 11px;
margin-right: .5em;
position: relative;
2015-01-21 14:21:19 -05:00
top: 1px;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
2015-05-29 21:07:54 -04:00
white-space: nowrap;
2014-06-22 01:52:31 -04:00
}
2015-05-08 12:58:27 -04:00
.btnCastIcon .headerSelectedPlayer {
top: 0;
}
2015-06-01 10:49:23 -04:00
@media all and (max-width: 600px) {
2014-06-22 01:52:31 -04:00
.headerSelectedPlayer {
display: none;
}
2015-05-08 12:58:27 -04:00
}