Make slider inputs and reset like a unit

This commit is contained in:
henryruhs 2024-10-25 15:13:18 +02:00
parent 0aef1a99e6
commit 68c9c5697d

View File

@ -7,8 +7,10 @@
:root:root:root:root input[type="number"]
{
appearance: textfield;
border-radius: unset;
text-align: center;
order: 1;
padding: unset
}
:root:root:root:root input[type="number"]:focus-visible,
@ -22,6 +24,9 @@
:root:root:root:root .reset-button
{
background: var(--background-fill-secondary);
border: unset;
font-size: unset;
padding: unset;
}
:root:root:root:root [type="checkbox"],