2015-06-24 00:38:46 -04:00
|
|
|
|
.btnActiveCast {
|
2015-05-08 12:58:27 -04:00
|
|
|
|
color: #2ad !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-22 01:52:31 -04:00
|
|
|
|
.headerSelectedPlayer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
color: #ddd;
|
2015-06-24 00:38:46 -04:00
|
|
|
|
/*font-size: 11px;*/
|
|
|
|
|
font-weight: 400;
|
2014-06-22 01:52:31 -04:00
|
|
|
|
position: relative;
|
2015-06-24 00:38:46 -04:00
|
|
|
|
top: 2px;
|
2015-01-21 14:21:19 -05:00
|
|
|
|
max-width: 100px;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2015-05-29 21:07:54 -04:00
|
|
|
|
white-space: nowrap;
|
2014-06-22 01:52:31 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-01 10:49:23 -04:00
|
|
|
|
@media all and (max-width: 600px) {
|
2014-06-22 01:52:31 -04:00
|
|
|
|
.headerSelectedPlayer {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2015-05-08 12:58:27 -04:00
|
|
|
|
}
|