From ac36b1939947bb999d01693c127cf375df77d38e Mon Sep 17 00:00:00 2001 From: Tom Fulton Date: Wed, 12 Mar 2014 16:29:25 -0600 Subject: [PATCH] Fix Umbraco's error style propagating to elements in our view --- app/less/archetype.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/less/archetype.less b/app/less/archetype.less index db3eed1..fb0a7c1 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -263,6 +263,13 @@ border: 1px solid #b94a48; } +.archetypeEditor .archetypeProperty { + label { + span { + color: #343434; + } + } +} .archetypeEditor .archetypePropertyError{ margin-bottom: 5px; padding-top: 3px;