Grey color for disabled buttons

pull/1037/head
Pliable Pixels 2015-08-25 12:29:40 -04:00
parent b69fd1e86d
commit a6f296d84e
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
*/