Browse Source

Disable the row description background

FusionPBX 1 year ago
parent
commit
c1263bdab3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/default/css.php

+ 1 - 1
themes/default/css.php

@@ -3281,7 +3281,7 @@ else { //default: white
 		}
 
 	.list-row > td.description {
-		background: <?=$table_row_background_color_medium?> !important;
+		/*background: <?=$table_row_background_color_medium?> !important;*/
 		}
 
 	.list-header > .checkbox,