From ca32c689ec37dc061ea2fdad97596fc1673adc7d Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 9 Feb 2014 13:17:46 +0800 Subject: [PATCH] pmahomme input and select style fix I'm sorry the code i provided before is not perfect, now new commit will separate hover and focus effects. Signed-off-by: Edward Cheng --- themes/pmahomme/css/common.css.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 826941a6e7..3a3da0ff13 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -231,15 +231,23 @@ input[type=number]:hover, input[type=number]:focus, input[type=date]:hover, input[type=date]:focus, +select:focus, select:hover { - border: 1px solid #999; + border: 1px solid #7c7c7c; + + background: #fff; +} + +input[type=text]:hover, +input[type=password]:hover, +input[type=number]:hover, +input[type=date]:hover, +select:hover { box-shadow: 0 1px 3px #aaa; -webkit-box-shadow: 0 1px 3px #aaa; -moz-box-shadow: 0 1px 3px #aaa; - - background: #fff; } input[type=submit],