浏览代码

fix waveform image background (#7160)

Antonio Fernandez 11 月之前
父节点
当前提交
c55f378059
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 } ?>