We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd5f61 commit d61e263Copy full SHA for d61e263
1 file changed
lib/file-types.css
@@ -17,9 +17,9 @@
17
}
18
.fileManager LI.dirOpen:before {background-position: -16px 0}
19
20
-@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 */
21
.fileManager LI.pft-directory:before, .fileManager LI.pft-file:before {
22
margin-top: -19px;
23
24
25
-.fileManager LI.pft-file:before {background-position: -32px 0}
+.fileManager LI.pft-file:before {background-position: -32px 0}
0 commit comments