From c22c3540bb171792cbd2f6cf540758fe3e17a328 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 11 Jan 2020 13:25:42 +0000 Subject: [PATCH] MicroPython added as a file icon (uses Python) --- lib/file-type-icons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/file-type-icons.css b/lib/file-type-icons.css index b2ad8f5..ba9a031 100644 --- a/lib/file-type-icons.css +++ b/lib/file-type-icons.css @@ -18,7 +18,7 @@ .fileManager LI.ext-pl:before {background-position: -304px 0} .fileManager LI.ext-php:before {background-position: -320px 0} .fileManager LI.ext-png:before {background-position: -336px 0} -.fileManager LI.ext-py:before {background-position: -352px 0} +.fileManager LI.ext-py:before, .fileManager LI.ext-mpy:before {background-position: -352px 0} .fileManager LI.ext-rb:before, .fileManager LI.ext-ruby:before {background-position: -368px 0} .fileManager LI.ext-scss:before {background-position: -384px 0} .fileManager LI.ext-sql:before {background-position: -400px 0} @@ -26,4 +26,4 @@ .fileManager LI.ext-ts:before {background-position: -432px 0} .fileManager LI.ext-xml:before {background-position: -448px 0} .fileManager LI.ext-yaml:before {background-position: -464px 0} -.fileManager LI.ext-zip:before {background-position: -480px 0} \ No newline at end of file +.fileManager LI.ext-zip:before {background-position: -480px 0}