Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. button {
  2. outline: 3px dashed #f0f;
  3. /* or, just the colour */
  4. outline-color: #f0f;
  5. }
  6.  
  7. button.search {
  8. outline: none;
  9. -moz-outline: none; /* Firefox 1.0 and earlier, if you care */
  10. }
  11.  
  12. button::-moz-focus-inner { border: 0; }
  13.  
  14. onclick="this.blur();"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement