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; } } }