Merge pull request #80 from imulus/fix/error-highlight

Fix Umbraco's error style propagating to elements in our view
This commit is contained in:
Tom Fulton
2014-03-12 16:32:48 -06:00
+7
View File
@@ -263,6 +263,13 @@
border: 1px solid #b94a48;
}
.archetypeEditor .archetypeProperty {
label {
span {
color: #343434;
}
}
}
.archetypeEditor .archetypePropertyError{
margin-bottom: 5px;
padding-top: 3px;