Merge pull request #911 from WhaleWatching/fix_input_style

pmahomme input and select style fix
This commit is contained in:
Marc Delisle 2014-02-10 06:43:17 -05:00
commit 33c9582a53

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