Merge pull request #1037 from pliablepixels/1036-flat-skin-grey-out-disabled-buttons

Grey color for disabled buttons
This commit is contained in:
Isaac Connor 2015-08-25 12:50:50 -04:00
commit c60d1cbeca
1 changed files with 10 additions and 0 deletions

View File

@ -466,6 +466,16 @@ input[type=submit]:hover {
}
/* PP - make it easy to identify disabled buttons */
input[type=button]:disabled,
input[type=submit]:disabled {
background-color: #aaaaaa;
border-color: #bbbbbb;
}
/*
* Console table for the main event table
*/