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