1
0
Fork 0

Add more styling for the ParamSlider textbox

This commit is contained in:
Robbert van der Helm 2022-03-21 16:11:55 +01:00
parent 6f264bad85
commit 933a54053c

View file

@ -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;
}