From a95052482c56e365348c73b33945b80986588695 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Tue, 31 Dec 2013 15:55:53 +0100 Subject: [PATCH] Quick & small fix in capuccino theme with reset buttons --- themes/cappuccino/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cappuccino/global.css b/themes/cappuccino/global.css index de6b77c1..5ed9b032 100644 --- a/themes/cappuccino/global.css +++ b/themes/cappuccino/global.css @@ -59,7 +59,7 @@ input[type=checkbox], input[type=password], input[type=text], input[type=radio] background: #ded4b3; border: 1px solid #887f5c; } -input[type=submit], input[type=button], select { +input[type=submit], input[type=reset], input[type=button], select { background: #c4ba95 url('../../images/themes/cappuccino/inputbckg.png') repeat-x top left; border: 1px solid #887f5c; } -- 2.39.5