diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js
index 93be673a31..88c640d87b 100644
--- a/src/app/files/file-explorer.js
+++ b/src/app/files/file-explorer.js
@@ -517,7 +517,7 @@ fileExplorer.prototype.renderMenuItems = function () {
`
} else {
return yo`
- { event.stopPropagation(); this[ action ]() }} class="${icon} ${css.newFile}" title=${title}>
+ { event.stopPropagation(); this[ action ]() }} class="${icon} newFile ${css.newFile}" title=${title}>
`
}
})