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