aboutsummaryrefslogtreecommitdiff
path: root/assets/netcut/lib/videojs-wavesurfer/css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css47
-rw-r--r--assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css.map1
-rw-r--r--assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.min.css3
3 files changed, 51 insertions, 0 deletions
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