From 453769b1e77d02c78cb17b88626a768e351a754d Mon Sep 17 00:00:00 2001 From: Tim Geyssens Date: Thu, 31 Oct 2013 11:28:38 +0100 Subject: [PATCH] Some styling for related links prop editor --- src/Umbraco.Web.UI.Client/src/less/forms.less | 6 ++++++ .../views/propertyeditors/relatedlinks/relatedlinks.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 @@ - +