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:
parent
f60b0c92d0
commit
ca32c689ec
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user