Guest User

Untitled

a guest
Dec 9th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <option value="">Select a country...</option>
  2.  
  3. @media print {
  4. option[value=''] {
  5. color: transparent !important;
  6. width: 1px;
  7. display: none;
  8. font-size: 1px;
  9. text-indent: -100px;
  10. opacity: 0;
  11. }
  12. }
Add Comment
Please, Sign In to add comment