diff --git a/src/Umbraco.Web.UI.Client/src/less/forms.less b/src/Umbraco.Web.UI.Client/src/less/forms.less index e01da22a56..9925db3d00 100644 --- a/src/Umbraco.Web.UI.Client/src/less/forms.less +++ b/src/Umbraco.Web.UI.Client/src/less/forms.less @@ -448,6 +448,12 @@ input[type="checkbox"][readonly] { } } +//val-highlight directive styling +.highlight-error { + color: @formErrorText !important; + border-color: #ee5f5b !important; +} + //disable the glowing border for the umb-content-name .show-validation .umb-headline-editor-wrapper input:focus:invalid, .show-validation .umb-headline-editor-wrapper textarea:focus:invalid, diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html index 1b23bf76bf..09041d6d15 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html @@ -63,7 +63,7 @@ - +