Initial implementation

This commit is contained in:
Ethan Smith 2017-06-22 09:34:19 -04:00
parent f261cc04a2
commit 156e5923c7
14 changed files with 413 additions and 9 deletions

View file

@ -0,0 +1,28 @@
.vjs-quality-selector {
.vjs-menu-button {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
.vjs-icon-placeholder {
// From video.js font: https://github.com/videojs/font
font-family: 'VideoJS';
font-weight: normal;
font-style: normal;
&:before {
content: '\f110';
}
}
}
.vjs-quality-changing {
.vjs-big-play-button {
display: none;
}
.vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
}
}