mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
23 lines
406 B
CSS
23 lines
406 B
CSS
.btnActiveCast {
|
|
color: #52B54B !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;
|
|
}
|
|
}
|