Advertisement
Guest User

skill builder style.css

a guest
Feb 27th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. .noborder{
  2. border:0;
  3. color:#FF0000;
  4. text-align:center;
  5. background-color: transparent;
  6. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  7. -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  8. box-sizing: border-box;         /* Opera/IE 8+ */
  9. }
  10.  
  11. input::-webkit-outer-spin-button,
  12. input::-webkit-inner-spin-button {
  13.     /* display: none; <- Crashes Chrome on hover */
  14.     -webkit-appearance: none;
  15.     margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement