From 70dc966a5a446cbcb3cc856ba1f875cbb4a41012 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 11 Sep 2024 12:51:15 -0600 Subject: [PATCH] Disable the row description background --- 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 1868f4dfce..08c6ae9335 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -3281,7 +3281,7 @@ else { //default: white } .list-row > td.description { - background: !important; + /*background: !important;*/ } .list-header > .checkbox,