mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 15:58:05 -02: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;
|
||||
|
||||
Reference in New Issue
Block a user