Skip to content

Instantly share code, notes, and snippets.

@Shridhad
Created May 31, 2013 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shridhad/5686379 to your computer and use it in GitHub Desktop.
Save Shridhad/5686379 to your computer and use it in GitHub Desktop.
Untitled
* {
box-sizing: border-box;
}
hr.android-style-text-input {
height: 10px;
border-color: #00FF00;
border-style: solid;
border-width: 2px;
border-top-width: 0px;
margin-top: -10px;
}
.inputForm {
width: 200px;
}
.textbox {
width: 98%;
margin-left: 2px;
font-size: 14px;
line:height: 20px;
background: transparent;
height: 25px;
border: 0px;
outline: 0px;
padding: 5px;
}
<div class="inputForm">
<input type="text" size="30" class="textbox"/>
<hr class="android-style-text-input">
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment