force gray borders on disabled buttons (#14983)

This commit is contained in:
Frédéric Péters 2017-02-13 17:49:09 +01:00
parent 0e07368fb8
commit bcce2638f7
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ a.submit-button, button.submit-button, div.buttons .submit-button input, div.but
div#content button:disabled,
input[type=submit]:disabled {
border-color: #888;
color: #888;
background: #f3f3f3;
pointer-events: none;