mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
11 lines
344 B
CSS
11 lines
344 B
CSS
.video-js{outline: none;}
|
|
|
|
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%; }
|
|
|
|
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
|
|
text-align: center; }
|