diff --git a/css/chosen.style.tweaks.css b/css/chosen.style.tweaks.css index 3430439..8c8a660 100644 --- a/css/chosen.style.tweaks.css +++ b/css/chosen.style.tweaks.css @@ -22,20 +22,6 @@ display: none; } -.chosen-container-multi .chosen-choices { - position: relative; - overflow: hidden; - margin: 0; - padding: 0 5px; - width: 100%; - height: auto; - border: 1px solid #aaa; - background-color: #fff; - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); - background-image: linear-gradient(#eee 1%, #fff 15%); - cursor: text; - } - /* Dropdown */ .chosen-container .chosen-drop { left: 0;