silverstripe-tagfield/css/TagField.css
chillu e75e5a5a45 BUGFIX Passing all tests now
MINOR Added css stubs
2008-09-30 17:37:41 +00:00

11 lines
201 B
CSS

.field.tag span.tagMatches {
margin-left: 10px;
}
.field.tag span.tagMatches span {
padding: 2px;
margin-right: 4px;
background-color: #0000AB;
color: #fff;
cursor: pointer;
}