mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
18 lines
299 B
CSS
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;
|
|
}
|
|
}
|