load value icons in combo fields, increase their size slightly

as specified in the tagging schema [v6](https://github.com/ideditor/schema-builder/blob/main/CHANGELOG.md#600)

for #9477
This commit is contained in:
Martin Raifer
2023-01-24 15:09:14 +01:00
parent d9695f1cef
commit deb2b15cf4
2 changed files with 13 additions and 28 deletions

View File

@@ -1753,19 +1753,19 @@ a.hide-toggle {
padding-right: 11px;
}
.tag-value-icon .icon {
width: 11px;
height: 17px;
width: 21px;
height: 21px;
margin: auto;
}
.ideditor[dir='ltr'] .form-field-input-combo .tag-value-icon + input {
padding-left: 30px;
padding-left: 40px;
}
.ideditor[dir='rtl'] .form-field-input-combo .tag-value-icon + input {
padding-right: 30px;
padding-right: 40px;
}
.combobox-option .tag-value-icon {
display: inline-block;
width: 18px;
width: 28px;
}