Skip to content

Commit

Permalink
Add http-source-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Apr 28, 2019
1 parent 5ce72a3 commit 075adb4
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 2,079 deletions.
7 changes: 6 additions & 1 deletion assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion assets/css/video-js.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/css/videojs-http-source-selector.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* videojs-http-source-selector
* @version 1.1.5
* @copyright 2019 Justin Fujita <[email protected]>
* @license MIT
*/
.video-js.vjs-http-source-selector{display:block}
28 changes: 0 additions & 28 deletions assets/js/dash.mediaplayer.min.js

This file was deleted.

Loading

0 comments on commit 075adb4

Please sign in to comment.