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:
@@ -263,6 +263,13 @@
|
||||
border: 1px solid #b94a48;
|
||||
}
|
||||
|
||||
.archetypeEditor .archetypeProperty {
|
||||
label {
|
||||
span {
|
||||
color: #343434;
|
||||
}
|
||||
}
|
||||
}
|
||||
.archetypeEditor .archetypePropertyError{
|
||||
margin-bottom: 5px;
|
||||
padding-top: 3px;
|
||||
|
||||
Reference in New Issue
Block a user