소스 검색

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,