summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJehan-Guillaume de Rorthais2013-12-31 14:55:53 +0000
committerJehan-Guillaume de Rorthais2013-12-31 14:55:53 +0000
commita95052482c56e365348c73b33945b80986588695 (patch)
tree77377346a97847ca015bfc0b08340e5d7d20230a
parent39aa6c88028918ddb152b70b636319fa8f498dc9 (diff)
Quick & small fix in capuccino theme with reset buttons
-rw-r--r--themes/cappuccino/global.css2
1 files changed, 1 insertions, 1 deletions
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;
}