소스 검색

- CSV import enhancements: automatic setting of search criterias and masking of the "id" columns expect in advanced mode. (Trac #21 and 106)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@387 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
7f399357a3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      css/light-grey.css

+ 3 - 0
css/light-grey.css

@@ -729,3 +729,6 @@ td.cell_error {
 	font-weight: bold;
 	color: #D81515;
 }
+table.transparent, table.transparent td {
+	background: transparent;
+}