From d4b2ac3f1e02b9ece7bf392b67fa221ed6e448b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 1 Feb 2019 14:54:49 +0100 Subject: [PATCH] =?UTF-8?q?V8:=20UI=20=E2=80=94=20changed=20color=20for=20?= =?UTF-8?q?focus=20point=20on=20medias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Umbraco.Web.UI.Client/src/less/property-editors.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/property-editors.less b/src/Umbraco.Web.UI.Client/src/less/property-editors.less index 8d1b70c35d..09cdaf4939 100644 --- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less +++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less @@ -547,7 +547,7 @@ height: 14px; text-align: center; border-radius: 20px; - background: @turquoise; + background: @pinkLight; border: 3px solid @white; opacity: 0.8; }