From 3b8309af110cb1caf369b1fada0c65a72cc193b8 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Tue, 15 Oct 2024 17:19:04 -0400 Subject: [PATCH] fix waveform image background (#7160) --- themes/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index bdad2ce460..c91ce2e4d1 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2064,7 +2064,7 @@ else { //default: white overflow: hidden; padding-bottom: 3px; - background-size: 100% 100%; + background-size: 100% 100% !important; background-repeat: no-repeat; cursor: pointer;