소스 검색

Merge pull request #226 from fizker/drop-text-color

Added text-color that contrasts with the selected background-color
Igor Vaynberg 13 년 전
부모
커밋
7fd94ce623
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      select2.css

+ 1 - 0
select2.css

@@ -100,6 +100,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
 
 .select2-drop {
     background: #fff;
+    color: #000;
     border: 1px solid #aaa;
     border-top: 0;
     position: absolute;