css: turn disabled buttons flat and with a lighter text colour

This commit is contained in:
Frédéric Péters 2016-06-29 09:41:26 +02:00
parent ea4f995b37
commit 998be51c6e
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ div.buttons input {
div#content button:disabled,
input[type=submit]:disabled {
color: #888;
background: #f3f3f3;
pointer-events: none;
box-shadow: none;
cursor: not-allowed;