From: Jehan-Guillaume de Rorthais Date: Tue, 31 Dec 2013 14:55:53 +0000 (+0100) Subject: Quick & small fix in capuccino theme with reset buttons X-Git-Tag: REL_5-6-0~38^2 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a95052482c56e365348c73b33945b80986588695;p=phppgadmin.git Quick & small fix in capuccino theme with reset buttons --- 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; }