
Just wanted to release this as a post. We had to take a wide look around looking for this Opera 12 working hack:
Opera 12+ Working CSS hack
/* Opera Hacks */
doesnotexist:-o-prefocus, body{
color:red;
}
Webkit Also included
/* WebKit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
body{
color:blue;
}
}
Hope you get the most of it :)