Hi, This hack: @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { .selector {} } Is working in Firefox too. I am using FF 65.0 (64-bit). I didn't test previous versions. Hope it helps. Vaclav