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