mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Scaled up the checkboxes and alpha picker button when focused on TVs
This commit is contained in:
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user