1
0
Fork 0

Add styling for the X-Y pad handle

This commit is contained in:
Robbert van der Helm 2022-11-11 19:51:11 +01:00
parent e24adf4c67
commit 3510350425

View file

@ -35,3 +35,10 @@ param-button.safe-mode:checked {
xy-pad {
overflow: hidden;
}
xy-pad__handle {
background-color: #e5e5e5;
border-color: #0a0a0a;
border-width: 1px;
border-radius: 50%;
}