Only Chrome CSS hack
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { #selector { background: red; } }