Browse Source

Added text-color that contrasts with the selected background-color

bho 13 years ago
parent
commit
63fc044915
1 changed files with 1 additions and 0 deletions
  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;