Animated chromecast-icon

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-07 01:27:34 +02:00
parent 9a57ad1b59
commit b992baf136
6 changed files with 53 additions and 29 deletions

View File

@@ -1459,7 +1459,21 @@ ul #chat-log{
}
.castButton{
display:none !important;
/* display: none; !important*/
width: 32px;
margin-top: 4px;
background: transparent;
border: none;
float: right;
--disconnected-color: white;
}
.castButton:focus {
background: transparent;
}
.castButton-white-active {
--connected-color: white !important;
}
.castButton-unactive, .castButton-unactive:active, .castButton-unactive:focus, .castButton-unactive:hover, .castButton-active, .castButton-active:active, .castButton-active:hover, .castButton-active:focus {