Browse Source

fix waveform image background (#7160)

Antonio Fernandez 11 tháng trước cách đây
mục cha
commit
c55f378059
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 } ?>