From 998be51c6e5acc94bc3f60ef63f2c1a8feae0413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 29 Jun 2016 09:41:26 +0200 Subject: [PATCH] css: turn disabled buttons flat and with a lighter text colour --- gadjo/static/css/_forms.scss | 2 ++ 1 file changed, 2 insertions(+) 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;