mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-10 04:57:29 +00:00
change music hover
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<span class="video-self"></span>
|
||||
<i class="music-icon active" title="Click to mute/unmute music"></i>
|
||||
<div class="music-options">
|
||||
<label for="volume">Volume</label>
|
||||
<label for="volume">Volume:</label>
|
||||
<input type="text" class="volume" id="volume">
|
||||
<label for="volume">%</label>
|
||||
</div>
|
||||
|
@@ -111,11 +111,6 @@ body {
|
||||
transition: all .2s ease-in-out 0s;
|
||||
z-index: 20;
|
||||
padding: 30px;
|
||||
|
||||
&:hover .music-options {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.music-icon {
|
||||
@@ -143,9 +138,8 @@ body {
|
||||
color: #8798ac;
|
||||
clear: both;
|
||||
margin: 15px 0 0 0;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
width: 170px;
|
||||
width: 180px;
|
||||
display: none;
|
||||
|
||||
label {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user