Preparing tag input

This commit is contained in:
Dennis Eichhorn 2017-05-22 22:54:55 +02:00
parent 0f90cad22a
commit c6aa3a8038

View File

@ -11,6 +11,7 @@ progress {
}
.textarea,
.tag-input,
textarea,
select,
input[type="password"],
@ -170,4 +171,17 @@ select.plain {
appearance: none;
cursor: pointer;
box-shadow: none;
}
.tag-input {
input {
border: none;
padding: 0;
margin: 0;
}
.tag {
padding: 3px;
font-size: 0.8rem;
}
}