mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
12 lines
215 B
CSS
12 lines
215 B
CSS
.field.tag span.tagMatches {
|
|
display: block;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.field.tag span.tagMatches span {
|
|
padding: 2px;
|
|
margin-right: 4px;
|
|
background-color: #4EA3D7;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
} |