From cb16941d01ba9b5e1ada3a0e7088d0d8f4e58fb0 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Thu, 30 May 2024 12:35:47 +0000 Subject: [PATCH] update css --- themes/common.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/themes/common.css b/themes/common.css index 624e6347..b2c9b8cd 100644 --- a/themes/common.css +++ b/themes/common.css @@ -125,3 +125,20 @@ border-width: thin; border-top-width: 0; } + +.floating-component #plugin_arg_panel { + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border: solid; + border-width: thin; + border-top-width: 0; +} + +.floating-component #edit-panel { + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border: solid; + border-width: thin; + border-top-width: 0; +} +