From 3018fa95a9662e22c2c2a1f3d59b7340fa336065 Mon Sep 17 00:00:00 2001 From: scott1702 Date: Mon, 17 Aug 2015 11:18:54 +1200 Subject: [PATCH] fix 'clear' button styles --- css/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/form.css b/css/form.css index 5a489a2..5484a83 100644 --- a/css/form.css +++ b/css/form.css @@ -100,7 +100,7 @@ form .message { .Actions { margin-bottom: 20px; } - a.btn, button, input[type="submit"], .Actions .action { + a.btn, button, input[type="submit"], input[type="reset"], .Actions .action { background: #b80000; color: #fff; display: inline-block;