mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 23:38:40 +00:00
Preparing tag input
This commit is contained in:
parent
0f90cad22a
commit
c6aa3a8038
14
input.scss
14
input.scss
|
|
@ -11,6 +11,7 @@ progress {
|
||||||
}
|
}
|
||||||
|
|
||||||
.textarea,
|
.textarea,
|
||||||
|
.tag-input,
|
||||||
textarea,
|
textarea,
|
||||||
select,
|
select,
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
|
|
@ -171,3 +172,16 @@ select.plain {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag-input {
|
||||||
|
input {
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
padding: 3px;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user