Fix: Added left padding to collapsible items
Fix: Added scale up effect to alpha picker on TVs (forgot to add it in the previous commits)
This commit is contained in:
parent
fb1ae25bf3
commit
c720d2e893
1 changed files with 8 additions and 0 deletions
|
|
@ -1761,6 +1761,10 @@ progress+span {
|
|||
min-width: 11em;
|
||||
}
|
||||
|
||||
[dir=ltr] .emby-collapsible-button {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.dialog:not(.dialog-fullscreen) {
|
||||
border-radius: var(--largeRadius) !important;
|
||||
border: var(--defaultBorder);
|
||||
|
|
@ -2584,6 +2588,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.alphaPickerButton-tv{
|
||||
transition: transform .2s;
|
||||
}
|
||||
|
||||
.alphaPickerButton-tv:focus {
|
||||
background-color: var(--highlightOutlineColor);
|
||||
transform: scale(1.75);
|
||||
|
|
|
|||
Loading…
Reference in a new issue