From 40fe1e8a43e8ae085af8ac567ba93a2037deb022 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 16 Oct 2024 15:52:51 -0600 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;