Merge pull request #911 from WhaleWatching/fix_input_style
pmahomme input and select style fix
This commit is contained in:
commit
33c9582a53
@ -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