jellyfin-web/dashboard-ui/css/chromecast.css
2016-02-11 23:33:14 -05:00

23 lines
403 B
CSS

.btnActiveCast {
color: #2ad !important;
}
.headerSelectedPlayer {
display: inline-block;
vertical-align: middle;
color: #ddd;
font-weight: 400;
position: relative;
top: 2px;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
@media all and (max-width: 600px) {
.headerSelectedPlayer {
display: none;
}
}