diff --git a/plugins/diopser/src/editor/theme.css b/plugins/diopser/src/editor/theme.css index 976f19f4..49f23563 100644 --- a/plugins/diopser/src/editor/theme.css +++ b/plugins/diopser/src/editor/theme.css @@ -47,6 +47,8 @@ xy-pad .xy-pad__tooltip { background-color: #e5e5e5; border-color: #0a0a0a; border-width: 1px; + /* This mimics the text box border radius, everything else is squared off so this adds a bit of flair */ + border-radius: 3px; width: auto; height: auto; child-right: 5px;