forked from commando/commando
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtagsinput.css
More file actions
7 lines (7 loc) · 909 Bytes
/
tagsinput.css
File metadata and controls
7 lines (7 loc) · 909 Bytes
1
2
3
4
5
6
7
div.tagsinput { border:1px solid #CCC; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding:5px 5px 0px 5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #cacaca; -moz-border-radius:4px; -webkit-border-radius:4px; display: block; float: left; padding: 2px 6px 2px 6px; text-decoration:none; background: #ededed; color: #555555; outline:0px; margin-right: 5px; margin-bottom:5px;}
div.tagsinput span.tag a { font-weight: bold; color: #555555; text-decoration:none; }
div.tagsinput input { width:80px; margin:0px; border:1px solid transparent; padding: 2px 6px 2px 6px; background: transparent; color: #555555; outline: 0px; margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}