diff options
author | Jehan-Guillaume de Rorthais | 2013-12-31 14:55:53 +0000 |
---|---|---|
committer | Jehan-Guillaume de Rorthais | 2013-12-31 14:55:53 +0000 |
commit | a95052482c56e365348c73b33945b80986588695 (patch) | |
tree | 77377346a97847ca015bfc0b08340e5d7d20230a | |
parent | 39aa6c88028918ddb152b70b636319fa8f498dc9 (diff) |
Quick & small fix in capuccino theme with reset buttons
-rw-r--r-- | themes/cappuccino/global.css | 2 |
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; } |