From a66c79184091efdac09ee31a3778c6fc850dbbda Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sun, 7 Jun 2020 21:41:40 +0200 Subject: add netcut assets to repo submodules are propably to complicated for deployment.... :-) --- assets/netcut | 1 - assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 160000 assets/netcut create mode 100644 assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map (limited to 'assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map') diff --git a/assets/netcut b/assets/netcut deleted file mode 160000 index 3dcf07d..0000000 --- a/assets/netcut +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3dcf07d83e57191c79654d97310cbeb494ea52bf 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 -- cgit v1.2.3