Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HTML input button appears different in iPad
- <input type="submit" id="Submitbtn" onclick="javascript:function()" value="Login" name="Submitbtn">
- input:hover, input{
- background: none repeat scroll 0 0 #1356B4;
- border: medium none;
- margin-right: 0;
- padding: 3px 10px 5px 0;
- vertical-align: middle;
- border-radius: 5px 5px 5px 5px;
- color: #FFFFFF;
- cursor: pointer;
- display: inline-block;
- font: 14px/26px Arial,Helvetica,sans-serif;
- height: 26px;
- -webkit-transition: all 0.3s ease-in-out 0s;
- }
- -webkit-appearance: none;
Advertisement
Add Comment
Please, Sign In to add comment