Skip to content

Commit

Permalink
fix minor bugs for input
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Aug 27, 2012
1 parent bb308ff commit 565ebf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions less/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -222,18 +222,19 @@
input[type=text] + .helper::before {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
width: 24px;
height: 24px;
background: #ccc;
top: 3px;
right: -17px;
right: 4px;
visibility: hidden;
content: "\00d7";
font-size: 18pt;
font-size: 15pt;
font-weight: bold;
color: #000;
cursor: pointer;
padding: 2px 6px 9px 9px;
text-align: center;
vertical-align: center;
}
input[type=text]:focus + .helper::before {
visibility: visible;
Expand Down
2 changes: 1 addition & 1 deletion new-demo/css/metro.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 565ebf5

Please sign in to comment.