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 <c4150221@gmail.com>
This commit is contained in:
Edward Cheng 2014-02-09 13:17:46 +08:00
parent f60b0c92d0
commit ca32c689ec

View File

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