From 0daffd737ebb049318545a2fb37638cc431f4909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 6 Jul 2022 15:05:45 +0200 Subject: [PATCH] unlock overlay styling --- .../src/less/components/umb-property-editor.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/components/umb-property-editor.less b/src/Umbraco.Web.UI.Client/src/less/components/umb-property-editor.less index 7530226715..f188232eca 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/umb-property-editor.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/umb-property-editor.less @@ -37,13 +37,15 @@ max-width: 800px; min-width: 300px; padding: 9px 15px; - background: white; + background: rgba(@blueLight, 25%); + border: 1px solid @blueMid; + color: @blueMid; z-index: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 85%; - box-shadow: 0 6px 12px rgb(0 0 0 / 20%); + box-shadow: 0 0 4px 2px rgb(@blueMid, 12%); border-radius: 6px; } \ No newline at end of file