Skip to content

Instantly share code, notes, and snippets.

@coderstash
coderstash / jsbin.OHaqaTu.css
Created November 26, 2013 16:17
Multi Select Component for Ember JS
/* Put your CSS here */
html, body {
margin: 20px;
}
/* for js bin */
ul {margin: 0px; padding:0px;}
li {list-style-type: none}
.notice {color:red;}
.selected {background: #D1C903; color:white; padding: 5px; margin: 0px;}