소스 검색

- Style for auto-complete fields

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

+ 5 - 0
css/light-grey.css

@@ -187,6 +187,11 @@ input.textSearch {
 	color:#000000;
 }
 
+.ac_input {
+	border: 1px solid #7f9db9;
+	background: url(../images/ac-background.gif) no-repeat right;
+}
+
 /* By Rom */
 .csvimport_createobj {
     color: #AA0000;