New: Scaled up the checkboxes and alpha picker button when focused on TVs

This commit is contained in:
lscambo13
2025-07-29 14:57:03 +05:30
parent a69816617a
commit 0652a3b940

View File

@@ -1931,12 +1931,8 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
}
}
.layout-tv .emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
outline: none;
}
.layout-tv .emby-checkbox:focus+span+.checkboxOutline {
outline: none;
transform: scale(1.75);
}
.cardIndicators {
@@ -2579,6 +2575,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.alphaPickerButton-tv:focus {
background-color: var(--highlightOutlineColor);
transform: scale(1.75);
}
/* [dir=ltr] .padded-left.vertical-wrap:not(div:has(.homeLibraryButton)) {