How to make CSS visible only for Opera

Calin Don picture Calin Don · Jul 13, 2009 · Viewed 56.3k times · Source

Is there a way to make some CSS rules visible only for Opera (9.5 +)?

Answer

Vitaly Batonov picture Vitaly Batonov · Oct 26, 2010

works great for Opera 10.63

noindex:-o-prefocus, .class {
  color:#fff;
}