浏览代码

Disable the row description background

FusionPBX 1 年之前
父节点
当前提交
c1263bdab3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,