Guest User

Untitled

a guest
Jan 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /* IE 10+ */
  2. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  3.  
  4. }
  5.  
  6. /* FIREFOX */
  7. @-moz-document url-prefix() {
  8.  
  9. }
  10.  
  11. /* Safari 10.1+ (alternate method) */
  12. @media not all and (min-resolution:.001dpcm)
  13. { @supports (-webkit-appearance:none) {
  14.  
  15. }}
Add Comment
Please, Sign In to add comment