aboutsummaryrefslogtreecommitdiff
path: root/assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css')
m---------assets/netcut0
-rw-r--r--assets/netcut/lib/videojs-wavesurfer/css/videojs.wavesurfer.css47
2 files changed, 47 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