Skip to content

Commit

Permalink
Update chosen.style.tweaks.css
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed May 4, 2020
1 parent 8595a12 commit bacc6ee
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions css/chosen.style.tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bacc6ee

Please sign in to comment.