mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Changing Submit-button color to grey when disabled
This commit is contained in:
@@ -80,6 +80,10 @@
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.Form-saveButton:disabled{
|
||||
background-color: @submit-button-bg-dis;
|
||||
}
|
||||
|
||||
.Form-saveButton:hover{
|
||||
background-color: @submit-button-bg-hov;
|
||||
color: @submit-button-text;
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
@submit-button-text: @default-bg;
|
||||
@submit-button-bg: @default-succ;
|
||||
@submit-button-bg-hov: @default-succ-hov;
|
||||
@submit-button-bg-dis: @default-second-border;
|
||||
|
||||
// footer
|
||||
@copyright-text: @default-interface-txt;
|
||||
|
||||
@@ -1565,9 +1565,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
}
|
||||
}
|
||||
html += ">";
|
||||
html += SelectIcon({
|
||||
action: btn
|
||||
});
|
||||
html += " " + button.label + "</button>\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user