Selaa lähdekoodia

Disable the row description background

FusionPBX 1 vuosi sitten
vanhempi
commit
c1263bdab3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,