mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-05 08:24:24 +02:00
web/SettingsInput: fix z-index of input inner buttons
This commit is contained in:
parent
4f50b44e68
commit
c8ea19a69c
@ -198,12 +198,6 @@
|
|||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input-box::placeholder {
|
|
||||||
color: var(--gray);
|
|
||||||
/* fix for firefox */
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-placeholder {
|
.input-placeholder {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
@ -249,6 +243,7 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
/* 4px is padding outside of the button */
|
/* 4px is padding outside of the button */
|
||||||
border-radius: calc(var(--border-radius) - 4px);
|
border-radius: calc(var(--border-radius) - 4px);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-inner-button :global(svg) {
|
.input-inner-button :global(svg) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user