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],