improve systemtags selector styling

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-12-05 14:59:14 +01:00
parent 8adf617726
commit d6c9cc7e03
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with 19 additions and 0 deletions

View File

@ -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;