From d77a882a4936c9cb552bbed0417b5f0422c908b2 Mon Sep 17 00:00:00 2001 From: Jo Michael Date: Fri, 16 Mar 2012 15:10:16 +0100 Subject: [PATCH] Added Javascript fieldset reset button styling in pmahomme theme. --- themes/pmahomme/css/theme_right.css.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 993a9b14b7..848c702b22 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -197,7 +197,8 @@ input[type=submit] { } input[type=submit], -input[type=reset] { +input[type=reset], +input[name=submit_reset] { margin-left: 14px; border: 1px solid #aaa; padding: 3px 7px; @@ -215,14 +216,16 @@ input[type=reset] { } input[type=submit]:hover, -input[type=reset]:hover { +input[type=reset]:hover, +input[name=submit_reset]:hover { position: relative; getCssGradient('cccccc', 'dddddd'); ?> cursor: pointer; } input[type=submit]:active, -input[type=reset]:active { +input[type=reset]:active, +input[name=submit_reset]:active { position: relative; top: 1px; left: 1px;