From 35103504251c5163153af3f334f046d66e4d441e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 11 Nov 2022 19:51:11 +0100 Subject: [PATCH] Add styling for the X-Y pad handle --- plugins/diopser/src/editor/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/diopser/src/editor/theme.css b/plugins/diopser/src/editor/theme.css index 390217c6..de4484ac 100644 --- a/plugins/diopser/src/editor/theme.css +++ b/plugins/diopser/src/editor/theme.css @@ -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%; +}