improve systemtags selector styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
8adf617726
commit
d6c9cc7e03
1 changed files with 19 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
|
||||
.systemtags-select2-dropdown .select2-result-label .checkmark {
|
||||
visibility: hidden;
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions {
|
||||
|
@ -42,6 +45,22 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown span {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown .systemtags-item {
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown .select2-result-label {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in a new issue