mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-07-22 14:40:55 -04:00
Initial implementation
This commit is contained in:
parent
f261cc04a2
commit
156e5923c7
14 changed files with 413 additions and 9 deletions
28
src/sass/quality-selector.scss
Normal file
28
src/sass/quality-selector.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue