Some styling for related links prop editor

This commit is contained in:
Tim Geyssens
2013-10-31 11:28:38 +01:00
parent 2b9211c56d
commit 453769b1e7
2 changed files with 7 additions and 1 deletions

View File

@@ -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,

View File

@@ -63,7 +63,7 @@
</div>
</td>
<td><input type="checkbox" ng-model="newNewWindow"/> </td>
<td>
<td>
<div class="btn-group">
<input type="submit" class="btn btn-default" value="Add"/>
</div>