Add http-source-selector

This commit is contained in:
Omar Roth
2019-03-23 13:31:07 -05:00
parent 5ce72a3461
commit 075adb4f03
13 changed files with 50 additions and 2079 deletions

View File

@@ -279,7 +279,8 @@ input[type="search"]::-webkit-search-cancel-button {
order: 2;
}
.vjs-quality-selector {
.vjs-quality-selector,
.video-js .vjs-http-source-selector {
order: 3;
}
@@ -300,6 +301,10 @@ input[type="search"]::-webkit-search-cancel-button {
flex-direction: row;
}
.video-js .vjs-icon-cog {
font-size: 18px;
}
.video-js .vjs-control-bar,
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: rgba(35, 35, 35, 0.75);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
/**
* videojs-http-source-selector
* @version 1.1.5
* @copyright 2019 Justin Fujita <Justin@pivotshare.com>
* @license MIT
*/
.video-js.vjs-http-source-selector{display:block}