Recording Seek (#7163)

This commit is contained in:
anthony-ricci
2024-10-18 20:45:21 -04:00
committed by GitHub
parent 81fc86fc01
commit 7122ecc154
9 changed files with 26 additions and 11 deletions

View File

@@ -2049,6 +2049,7 @@ else { //default: white
-webkit-box-shadow: 0 0 3px 0px rgba(<?=hex_to_rgb($audio_player_indicator_color,',',true,0.8)?>);
-moz-box-shadow: 0 0 3px 0px rgba(<?=hex_to_rgb($audio_player_indicator_color,',',true,0.8)?>);
box-shadow: 0 0 3px 0px rgba(<?=hex_to_rgb($audio_player_indicator_color,',',true,0.8)?>);
pointer-events: none;
}
td.vtable.playback_progress_bar_background,
@@ -2063,7 +2064,7 @@ else { //default: white
background-image: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, transparent 100%);
overflow: hidden;
<?php if ($audio_player_waveform_enabled === 'true') { ?>
padding-bottom: 3px;
padding-bottom: 0px;
background-size: 100% 100% !important;
background-repeat: no-repeat;
cursor: pointer;