mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
fix: all !important properties of vjs-lock-showing (#7312)
This commit is contained in:
parent
3921b7febf
commit
508a424b02
@ -157,8 +157,8 @@ body.vjs-full-window {
|
||||
|
||||
.vjs-lock-showing {
|
||||
display: block !important;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
// This optional paragraph inside the video tag can provide a message to users
|
||||
|
Loading…
x
Reference in New Issue
Block a user