From ca45b8e590cedc3f63c19ee0846ed7346f644f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 10 May 2019 15:17:59 +0200 Subject: [PATCH] corrected colors --- src/Umbraco.Web.UI.Client/src/less/property-editors.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 24506d82ce..5e05d921fb 100644 --- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less +++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less @@ -60,10 +60,11 @@ } .umb-property__inheriting-from-default { - background-color: @inputBorder; + background-color: @gray-11; + color:@gray-3; padding: 4px 8px; border-radius: 3px; - transition: background-color 120ms; + transition: background-color 120ms, color 120ms; @media (min-width: 768px) { border-bottom-left-radius: 0; @@ -90,7 +91,8 @@ opacity: 0.3; }*/ .umb-property__inheriting-from-default { - background-color: @inputBorderFocus; + background-color: @gray-10; + color: black; } } }