diff --git a/chosen/chosen.css b/chosen/chosen.css index 1ba30ab..cb6f352 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -125,7 +125,7 @@ } /* @group Multi Chosen */ -.chzn-container-multi .chzn-choices { +.chzn-container-multi .chzn-choices { background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);