Hide volume percentage on hover
This commit is contained in:
parent
8f8df5d8e6
commit
e52223c7c5
|
@ -1110,6 +1110,10 @@ body.vjs-full-window {
|
|||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.video-js .vjs-volume-tooltip {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.video-js .vjs-volume-panel {
|
||||
transition: width 1s;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue