New: Scaled up the checkboxes and alpha picker button when focused on TVs
This commit is contained in:
parent
a69816617a
commit
0652a3b940
1 changed files with 2 additions and 5 deletions
|
|
@ -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 {
|
.layout-tv .emby-checkbox:focus+span+.checkboxOutline {
|
||||||
outline: none;
|
transform: scale(1.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardIndicators {
|
.cardIndicators {
|
||||||
|
|
@ -2579,6 +2575,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
|
|
||||||
.alphaPickerButton-tv:focus {
|
.alphaPickerButton-tv:focus {
|
||||||
background-color: var(--highlightOutlineColor);
|
background-color: var(--highlightOutlineColor);
|
||||||
|
transform: scale(1.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* [dir=ltr] .padded-left.vertical-wrap:not(div:has(.homeLibraryButton)) {
|
/* [dir=ltr] .padded-left.vertical-wrap:not(div:has(.homeLibraryButton)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue