diff options
author | Andreas Hubel | 2020-06-07 21:41:40 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-06-07 21:41:40 +0200 |
commit | a66c79184091efdac09ee31a3778c6fc850dbbda (patch) | |
tree | d0c8f474548d8699411b7e33ee3fde62029c13da /assets/netcut/lib/videojs-wavesurfer/css | |
parent | d0a9d8b2b0d28dbef209c7cbcbfd56eaeac24d9b (diff) |
add netcut assets to repo
submodules are propably to complicated for deployment.... :-)
Diffstat (limited to 'assets/netcut/lib/videojs-wavesurfer/css')
4 files changed, 51 insertions, 0 deletions
diff --git a/assets/netcut b/assets/netcut deleted file mode 160000 -Subproject 3dcf07d83e57191c79654d97310cbeb494ea52b diff --git a/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css b/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css new file mode 100644 index 0000000..8e09c6b --- /dev/null +++ b/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css @@ -0,0 +1,47 @@ +/*! +Default styles for videojs-wavesurfer 2.5.1 +*/ +/* Position fullscreen control on right side of the player. +-------------------------------------------------------------------------------- +*/ +.video-js.vjs-wavesurfer .vjs-control.vjs-fullscreen-control { + position: absolute; + right: 0; } + +/* Ensure custom controls are always visible because + the plugin hides and replace the video.js native mobile + controls. +-------------------------------------------------------------------------------- +*/ +.vjs-wavesurfer .vjs-using-native-controls .vjs-control-bar { + display: flex !important; } + +/* Ensure playToggle has pointer cursor. +-------------------------------------------------------------------------------- +*/ +.vjs-wavesurfer button.vjs-play-control.vjs-control.vjs-button { + cursor: pointer; } + +/* Ensure that vjs menus and interfaces can be interacted with (such as the + closed captions button). +-------------------------------------------------------------------------------- +*/ +.vjs-wavesurfer .vjs-menu-content { + z-index: 4; } + +.vjs-wavesurfer .vjs-modal-dialog, .vjs-text-track-display { + z-index: 4; } + +/* Handle responsive / fluid view. +-------------------------------------------------------------------------------- +*/ +.vjs-wavesurfer.vjs-fluid wave.vjs-wavedisplay { + top: 0; + position: absolute !important; + width: 100%; + min-width: 100%; + max-width: 100%; + height: 100%; } + + +/*# sourceMappingURL=videojs.wavesurfer.css.map*/
\ No newline at end of file diff --git a/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map b/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map new file mode 100644 index 0000000..c055733 --- /dev/null +++ b/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://VideojsWavesurfer/./src/css/videojs.wavesurfer.scss"],"names":[],"mappings":";;;AAAA;AACA;AACA;AACA;AACA;AACA,WAAW;;AAEX;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA;AACA,kBAAkB;;AAElB;AACA;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe","file":"css/videojs.wavesurfer.css","sourcesContent":["/* Position fullscreen control on right side of the player.\n--------------------------------------------------------------------------------\n*/\n.video-js.vjs-wavesurfer .vjs-control.vjs-fullscreen-control {\n position: absolute;\n right: 0; }\n\n/* Ensure custom controls are always visible because\n the plugin hides and replace the video.js native mobile\n controls.\n--------------------------------------------------------------------------------\n*/\n.vjs-wavesurfer .vjs-using-native-controls .vjs-control-bar {\n display: flex !important; }\n\n/* Ensure playToggle has pointer cursor.\n--------------------------------------------------------------------------------\n*/\n.vjs-wavesurfer button.vjs-play-control.vjs-control.vjs-button {\n cursor: pointer; }\n\n/* Ensure that vjs menus and interfaces can be interacted with (such as the\n closed captions button).\n--------------------------------------------------------------------------------\n*/\n.vjs-wavesurfer .vjs-menu-content {\n z-index: 4; }\n\n.vjs-wavesurfer .vjs-modal-dialog, .vjs-text-track-display {\n z-index: 4; }\n\n/* Handle responsive / fluid view.\n--------------------------------------------------------------------------------\n*/\n.vjs-wavesurfer.vjs-fluid wave.vjs-wavedisplay {\n top: 0;\n position: absolute !important;\n width: 100%;\n min-width: 100%;\n max-width: 100%;\n height: 100%; }\n"],"sourceRoot":""}
\ No newline at end of file diff --git a/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.min.css b/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.min.css new file mode 100644 index 0000000..2b7f774 --- /dev/null +++ b/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.min.css @@ -0,0 +1,3 @@ +/*! +Default styles for videojs-wavesurfer 2.5.1 +*/.video-js.vjs-wavesurfer .vjs-control.vjs-fullscreen-control{position:absolute;right:0}.vjs-wavesurfer .vjs-using-native-controls .vjs-control-bar{display:flex!important}.vjs-wavesurfer button.vjs-play-control.vjs-control.vjs-button{cursor:pointer}.vjs-text-track-display,.vjs-wavesurfer .vjs-menu-content,.vjs-wavesurfer .vjs-modal-dialog{z-index:4}.vjs-wavesurfer.vjs-fluid wave.vjs-wavedisplay{height:100%;max-width:100%;min-width:100%;position:absolute!important;top:0;width:100%}
\ No newline at end of file |