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"]
|
:root:root:root:root input[type="number"]
|
||||||
{
|
{
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
|
border-radius: unset;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
order: 1;
|
order: 1;
|
||||||
|
padding: unset
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:root:root:root input[type="number"]:focus-visible,
|
:root:root:root:root input[type="number"]:focus-visible,
|
||||||
@ -22,6 +24,9 @@
|
|||||||
:root:root:root:root .reset-button
|
:root:root:root:root .reset-button
|
||||||
{
|
{
|
||||||
background: var(--background-fill-secondary);
|
background: var(--background-fill-secondary);
|
||||||
|
border: unset;
|
||||||
|
font-size: unset;
|
||||||
|
padding: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:root:root:root [type="checkbox"],
|
:root:root:root:root [type="checkbox"],
|
||||||
|
Loading…
Reference in New Issue
Block a user