Guest User

Untitled

a guest
Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. input,textarea,select {
  2. font-weight: 400 !important;
  3. font-family: Monaco !important;
  4. }
  5.  
  6. input:focus,textarea:focus,select:focus,checkbox:focus,input[type=checkbox]:focus
  7. {
  8. border: 2px solid #8aade1;
  9. -webkit-box-shadow: 0 0 3px #8aade1;
  10.  
  11. -moz-box-shadow: 0 0 3px #8aade1;
  12. -o-box-shadow: 0 0 3px #8aade1;
  13. box-shadow: 0 0 3px #8aade1;
  14.  
  15. -webkit-border-radius: 3px;
  16. -moz-border-radius: 3px;
  17. border-radius: 3px;
  18.  
  19.  
  20. outline: none;
  21. }
  22.  
  23. /* Desativar borda zuada no firefox */
  24. input::-moz-focus-inner,button::-moz-focus-inner {
  25. border: 0;
  26. }​
Add Comment
Please, Sign In to add comment