mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1133: Add disabled button styling.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user