From 074b9ba182193aa52389a6a107006f0edd424c9b Mon Sep 17 00:00:00 2001 From: M-Wicenec Date: Tue, 29 Aug 2023 13:48:49 +0800 Subject: [PATCH] small styling change to embedded apps in the inspector --- static/base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/base.css b/static/base.css index dcfbc2f86..9d95d33a2 100644 --- a/static/base.css +++ b/static/base.css @@ -529,6 +529,12 @@ td:first-child input { background: white; } +.inspectorApplicationBackground .prepend-icon span i{ + font-size: 18px; + position: relative; + top: 2px; +} + #parameterTableVisibilityContainer .dropdown-menu{ border:solid 1px #000c1a; border-radius: 6px;