Просмотр исходного кода

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

bho 13 лет назад
Родитель
Сommit
63fc044915
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;