diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index b26cee8..58d1164 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -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;