1
0
mirror of synced 2024-11-26 14:56:07 +03:00

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

Added text-color that contrasts with the selected background-color
This commit is contained in:
Igor Vaynberg 2012-07-17 06:01:54 -07:00
commit 7fd94ce623

View File

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