Improved ng-error styles
This commit is contained in:
@@ -449,10 +449,13 @@ input[type="checkbox"][readonly] {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//non-html5 states, pp: added default ng-invalid class
|
||||
input.highlight-error,
|
||||
select.highlight-error,
|
||||
textarea.highlight-error {
|
||||
textarea.highlight-error,
|
||||
input.ng-dirty.ng-invalid,
|
||||
select.ng-dirty.ng-invalid,
|
||||
textarea.ng-dirty.ng-invalid{
|
||||
border-color: #953b39 !important;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
||||
|
||||
Reference in New Issue
Block a user