jellyfin-web/dashboard-ui/css/chromecast.css
2016-09-23 02:57:24 -04:00

18 lines
299 B
CSS

.btnActiveCast {
color: #52B54B !important;
}
.headerSelectedPlayer {
font-weight: normal;
max-width: 160px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
@media all and (max-width: 600px) {
.headerSelectedPlayer {
display: none;
}
}