The negation pseudo-class seems to be what you are looking for.
table:not(.dojoxGrid) {color:red;}
It’s not supported by ≤ IE8 though.
The negation pseudo-class seems to be what you are looking for.
table:not(.dojoxGrid) {color:red;}
It’s not supported by ≤ IE8 though.