Make slider inputs and reset like a unit
This commit is contained in:
parent
0aef1a99e6
commit
68c9c5697d
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user