diff --git a/lib/file-types.css b/lib/file-types.css index 226f88d..5ed3e9f 100644 --- a/lib/file-types.css +++ b/lib/file-types.css @@ -17,9 +17,9 @@ } .fileManager LI.dirOpen:before {background-position: -16px 0} -@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */ +@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { /* hacked for chrome and safari */ .fileManager LI.pft-directory:before, .fileManager LI.pft-file:before { margin-top: -19px; } } -.fileManager LI.pft-file:before {background-position: -32px 0} \ No newline at end of file +.fileManager LI.pft-file:before {background-position: -32px 0}