GUAC-1133: Add disabled button styling.

This commit is contained in:
Michael Jumper
2015-03-19 14:19:20 -07:00
parent 1b3b0df12c
commit 292b01d475

View File

@@ -73,6 +73,12 @@ button.danger:active, a.button.danger:active {
background: #932;
}
input[type="submit"]:disabled, button:disabled, button.danger:disabled {
background-color: #3C3C3C;
color: rgba(255, 255, 255, 0.5);
opacity: 0.75;
}
.button.logout, .button.manage, .button.back, .button.home, .button.change-password {
background-repeat: no-repeat;
background-size: 1em;