Add styling for the X-Y pad handle
This commit is contained in:
parent
e24adf4c67
commit
3510350425
|
@ -35,3 +35,10 @@ param-button.safe-mode:checked {
|
||||||
xy-pad {
|
xy-pad {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xy-pad__handle {
|
||||||
|
background-color: #e5e5e5;
|
||||||
|
border-color: #0a0a0a;
|
||||||
|
border-width: 1px;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue