update shared components
This commit is contained in:
parent
db0bac5a2b
commit
ff0882ba79
18 changed files with 87 additions and 73 deletions
|
@ -30,7 +30,7 @@
|
|||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.itemSelectionPanel .checkboxOutline {
|
||||
.multiSelectCheckboxOutline {
|
||||
top: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
cssClass += ' checkedInitial';
|
||||
}
|
||||
var checkedAttribute = isChecked ? ' checked' : '';
|
||||
itemSelectionPanel.innerHTML = '<label class="checkboxContainer"><input type="checkbox" is="emby-checkbox" class="' + cssClass + '"' + checkedAttribute + '/><span></span></label>';
|
||||
itemSelectionPanel.innerHTML = '<label class="checkboxContainer"><input type="checkbox" is="emby-checkbox" data-outlineclass="multiSelectCheckboxOutline" class="' + cssClass + '"' + checkedAttribute + '/><span></span></label>';
|
||||
var chkItemSelect = itemSelectionPanel.querySelector('.chkItemSelect');
|
||||
chkItemSelect.addEventListener('change', onSelectionChange);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue