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