Browse Source

fix waveform image background (#7160)

Antonio Fernandez 11 months ago
parent
commit
c55f378059
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/default/css.php

+ 1 - 1
themes/default/css.php

@@ -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 } ?>