Add more styling for the ParamSlider textbox
This commit is contained in:
parent
6f264bad85
commit
933a54053c
|
@ -30,3 +30,9 @@ param-slider .value-entry {
|
|||
background-color: transparent;
|
||||
border-width: 0px;
|
||||
}
|
||||
param-slider .value-entry .caret {
|
||||
background-color: #0a0a0a;
|
||||
}
|
||||
param-slider .value-entry .selection {
|
||||
background-color: #0a0a0a30;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue