Skip to content

Instantly share code, notes, and snippets.

@jasonkarns
Created September 30, 2009 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonkarns/198133 to your computer and use it in GitHub Desktop.
Save jasonkarns/198133 to your computer and use it in GitHub Desktop.
CSS filter for Opera
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
/* 7.2 up */
head~body { /* 9 up */ }
:root { /* 9.5 up */ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment