web/SettingsInput: fix z-index of input inner buttons

This commit is contained in:
wukko 2025-02-05 19:09:37 +06:00
parent 4f50b44e68
commit c8ea19a69c
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -198,12 +198,6 @@
padding: 12px 0;
}
#input-box::placeholder {
color: var(--gray);
/* fix for firefox */
opacity: 1;
}
.input-placeholder {
position: absolute;
color: var(--gray);
@ -249,6 +243,7 @@
box-shadow: none;
/* 4px is padding outside of the button */
border-radius: calc(var(--border-radius) - 4px);
z-index: 1;
}
.input-inner-button :global(svg) {