From 63fc044915029e766200f60eb400ddab176c0bac Mon Sep 17 00:00:00 2001 From: bho Date: Tue, 17 Jul 2012 14:57:51 +0200 Subject: [PATCH] Added text-color that contrasts with the selected background-color --- select2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/select2.css b/select2.css index df82aeca..806f798e 100755 --- a/select2.css +++ b/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;