diff --git a/images/file-folder-icons.png b/images/file-folder-icons.png index a98c94a..0494ce8 100644 Binary files a/images/file-folder-icons.png and b/images/file-folder-icons.png differ diff --git a/lib/file-type-icons.css b/lib/file-type-icons.css index 3981f7e..da93fb4 100644 --- a/lib/file-type-icons.css +++ b/lib/file-type-icons.css @@ -1,17 +1,21 @@ /* Additional file types */ .fileManager LI.ext-coffee:before {background-position: -48px 0} .fileManager LI.ext-css:before {background-position: -64px 0} -.fileManager LI.ext-gif:before {background-position: -80px 0} -.fileManager LI.ext-htm:before, .fileManager LI.ext-html:before {background-position: -96px 0} -.fileManager LI.ext-jpg:before, .fileManager LI.ext-jpeg:before {background-position: -112px 0} -.fileManager LI.ext-js:before, .fileManager LI.ext-json:before {background-position: -128px 0} -.fileManager LI.ext-less:before {background-position: -144px 0} -.fileManager LI.ext-md:before {background-position: -160px 0} -.fileManager LI.ext-php:before {background-position: -176px 0} -.fileManager LI.ext-png:before {background-position: -192px 0} -.fileManager LI.ext-py:before {background-position: -208px 0} -.fileManager LI.ext-rb:before, .fileManager LI.ext-ruby:before {background-position: -224px 0} -.fileManager LI.ext-sql:before {background-position: -240px 0} -.fileManager LI.ext-txt:before {background-position: -256px 0} -.fileManager LI.ext-xml:before {background-position: -272px 0} -.fileManager LI.ext-zip:before {background-position: -288px 0} \ No newline at end of file +.fileManager LI.ext-erl:before {background-position: -80px 0} +.fileManager LI.ext-gif:before {background-position: -96px 0} +.fileManager LI.ext-htm:before, .fileManager LI.ext-html:before {background-position: -112px 0} +.fileManager LI.ext-jpg:before, .fileManager LI.ext-jpeg:before {background-position: -128px 0} +.fileManager LI.ext-java:before {background-position: -144px 0} +.fileManager LI.ext-js:before, .fileManager LI.ext-json:before {background-position: -160px 0} +.fileManager LI.ext-jl:before {background-position: -176px 0} +.fileManager LI.ext-less:before {background-position: -192px 0} +.fileManager LI.ext-md:before {background-position: -208px 0} +.fileManager LI.ext-php:before {background-position: -224px 0} +.fileManager LI.ext-png:before {background-position: -240px 0} +.fileManager LI.ext-py:before {background-position: -256px 0} +.fileManager LI.ext-rb:before, .fileManager LI.ext-ruby:before {background-position: -272px 0} +.fileManager LI.ext-sql:before {background-position: -288px 0} +.fileManager LI.ext-txt:before {background-position: -304px 0} +.fileManager LI.ext-xml:before {background-position: -320px 0} +.fileManager LI.ext-yaml:before {background-position: -336px 0} +.fileManager LI.ext-zip:before {background-position: -352px 0} \ No newline at end of file