update icons

This commit is contained in:
Luke Pulverenti 2015-06-24 00:38:46 -04:00
parent c73ed976d9
commit b1676387f4
19 changed files with 154 additions and 126 deletions

View file

@ -1,41 +1,21 @@
.btnDefaultCast .btnCastImageActive {
display: none;
}
.btnActiveCast .btnCastImageDefault {
display: none;
}
.btnActiveCast i {
.btnActiveCast {
color: #2ad !important;
}
.btnDisabledCast .btnCastImageActive {
display: none;
}
.btnDisabledCast i {
color: #555;
}
.headerSelectedPlayer {
display: inline-block;
vertical-align: middle;
color: #ddd;
font-size: 11px;
margin-right: .5em;
/*font-size: 11px;*/
font-weight: 400;
position: relative;
top: 1px;
top: 2px;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.btnCastIcon .headerSelectedPlayer {
top: 0;
}
@media all and (max-width: 600px) {
.headerSelectedPlayer {
display: none;