Skip to content

Commit

Permalink
Merge pull request #911 from WhaleWatching/fix_input_style
Browse files Browse the repository at this point in the history
pmahomme input and select style fix
  • Loading branch information
lem9 committed Feb 10, 2014
2 parents ee53cc0 + ca32c68 commit 33c9582
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -231,15 +231,23 @@
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],
Expand Down

0 comments on commit 33c9582

Please sign in to comment.