mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Animated chromecast-icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user