Changing Submit-button color to grey when disabled

This commit is contained in:
Jared Tabor
2016-01-12 10:06:32 -08:00
parent db2adb3188
commit 72d0436e25
3 changed files with 5 additions and 3 deletions

View File

@@ -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;