mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
update errors/invalid to use @default-err
This commit is contained in:
parent
fd5edbc125
commit
dcd89aabfc
@ -627,7 +627,7 @@ dd {
|
||||
|
||||
/* Outline required fields in Red when there is an error */
|
||||
.form-control.ng-dirty.ng-invalid, .form-control.ng-dirty.ng-invalid:focus {
|
||||
border-color: rgba(255, 88, 80, 0.8);
|
||||
border-color: @default-err;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6);
|
||||
@ -635,7 +635,7 @@ dd {
|
||||
|
||||
.form-control.ng-dirty.ng-invalid + .select2 .select2-selection,
|
||||
.form-control.ng-dirty.ng-invalid + .select2 .select2-selection:focus {
|
||||
border-color: rgba(255, 88, 80, 0.8) !important;
|
||||
border-color: @default-err !important;
|
||||
outline: 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
color: @submit-button-bg;
|
||||
}
|
||||
.License-redText{
|
||||
color: #d9534f;
|
||||
color: @default-err;
|
||||
}
|
||||
.License-fields{
|
||||
.OnePlusTwo-left--details;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user