Skip to content

Instantly share code, notes, and snippets.

@fadomire
fadomire / Tokenahead.css
Last active December 10, 2015 00:58 — forked from fat/Tokenahead.less
Tags input : Added some features i needed for my use, based on Fat https://gist.github.com/2411033 implementation like : comma will now trigger a new tag, a cloned input is created and original input gets updated with tags value, some css tweaks...
.tokenahead {
cursor: text;
overflow: hidden;
height: auto;
padding-bottom: 0;
border-color:#ccc;
background-color:white;
}
.focus{
border-color: rgba(82, 168, 236, 0.8);