Merge pull request #1037 from pliablepixels/1036-flat-skin-grey-out-disabled-buttons
Grey color for disabled buttons
This commit is contained in:
commit
c60d1cbeca
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue