mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
feat: text input for sliders (WIP)
This commit is contained in:
@@ -115,7 +115,6 @@ ul {
|
||||
.PrivateSwitchBase-input-4,
|
||||
.MuiRadio-root,
|
||||
.aboutLink,
|
||||
.MuiIconButton-root,
|
||||
legend {
|
||||
color: var(--modal-text) !important;
|
||||
}
|
||||
@@ -177,3 +176,11 @@ legend {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sliderText {
|
||||
background: none !important;
|
||||
max-width: 30px;
|
||||
padding: 0px 0px !important;
|
||||
border-radius: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user