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:
@@ -186,13 +186,7 @@
|
||||
<div id="fullscreen" class="hide-on-small-only">
|
||||
<i class="material-icons">fullscreen</i>
|
||||
</div>
|
||||
<button class="castButton-unactive tooltipped" id="google-cast-button" style="display:none;">
|
||||
<i class="material-icons">cast</i>
|
||||
</button>
|
||||
<button class="castButton" is="google-cast-button">
|
||||
</button>
|
||||
<button class="castButton-active hide tooltipped">
|
||||
<i class="material-icons">cast_connected</i>
|
||||
<button class="castButton" id="castButton" is="google-cast-button">
|
||||
</button>
|
||||
<div id="volume-button">
|
||||
<i id="v-mute" class="material-icons">volume_off</i>
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
</head>
|
||||
<body class="noselect">
|
||||
{{{body}}}
|
||||
<div class="tap-target" data-activates="google-cast-button">
|
||||
<div class="tap-target" data-activates="castButton">
|
||||
<div class="tap-target-content">
|
||||
<h5>Chromecast</h5>
|
||||
<p>This site supports chromecasting!</p>
|
||||
|
||||
Reference in New Issue
Block a user