jellyfin-web/dashboard-ui/css/chromecast.css
Luke Pulverenti b1676387f4 update icons
2015-06-24 00:38:46 -04:00

24 lines
428 B
CSS

.btnActiveCast {
color: #2ad !important;
}
.headerSelectedPlayer {
display: inline-block;
vertical-align: middle;
color: #ddd;
/*font-size: 11px;*/
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;
}
}