Guest User

Untitled

a guest
Apr 25th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. HTML input button appears different in iPad
  2. <input type="submit" id="Submitbtn" onclick="javascript:function()" value="Login" name="Submitbtn">
  3.  
  4. input:hover, input{
  5. background: none repeat scroll 0 0 #1356B4;
  6. border: medium none;
  7. margin-right: 0;
  8. padding: 3px 10px 5px 0;
  9. vertical-align: middle;
  10. border-radius: 5px 5px 5px 5px;
  11. color: #FFFFFF;
  12. cursor: pointer;
  13. display: inline-block;
  14. font: 14px/26px Arial,Helvetica,sans-serif;
  15. height: 26px;
  16. -webkit-transition: all 0.3s ease-in-out 0s;
  17. }
  18.  
  19. -webkit-appearance: none;
Advertisement
Add Comment
Please, Sign In to add comment