mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
fix waveform image background (#7160)
This commit is contained in:
committed by
GitHub
parent
7b025e490f
commit
3b8309af11
@@ -2064,7 +2064,7 @@ else { //default: white
|
||||
overflow: hidden;
|
||||
<?php if ($audio_player_waveform_enabled === 'true') { ?>
|
||||
padding-bottom: 3px;
|
||||
background-size: 100% 100%;
|
||||
background-size: 100% 100% !important;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user