diff --git a/lib/form/filemanager.js b/lib/form/filemanager.js
index c7f46e03bf7..3f83c9fa307 100644
--- a/lib/form/filemanager.js
+++ b/lib/form/filemanager.js
@@ -393,7 +393,7 @@ M.form_filemanager.init = function(Y, options) {
var fullname = list[i].fullname;
html = html.replace('___fullname___', '
' + fullname + '');
- html = html.replace('___action___', '
');
+ html = html.replace('___action___', '');
html = '
'+html+'';
listhtml += html;
}
diff --git a/pix/i/menu.gif b/pix/i/menu.gif
new file mode 100644
index 00000000000..cd254e533f9
Binary files /dev/null and b/pix/i/menu.gif differ
diff --git a/theme/base/style/core.css b/theme/base/style/core.css
index 12c527ace26..97c5bb55230 100644
--- a/theme/base/style/core.css
+++ b/theme/base/style/core.css
@@ -504,14 +504,11 @@ body.tag .managelink {padding: 5px;}
.filemanager-container {padding: 5px;margin: 6px 0;background: #E9F4FF;border: #AACCEE 1px solid}
.filemanager-container ul{margin:0;padding:0;}
.filemanager-container ul li{white-space:nowrap;list-style-type:none;}
-.filemanager-container ul li a{margin:1px;}
-.filemanager-container ul li div.fm-file-name a:hover {margin:0;border: 1px solid #CCC; background: grey; color: white;}
+.filemanager-container ul li a{padding:0}
.filemanager-loading{display:none}
.jsenabled .filemanager-loading{display:block}
#fm-move-div {margin: 6px;}
#fm-move-div strong{color:red;}
-.fm-file-menu {width:18px;height:18px;}
-.fm-file-name {}
.fm-file-entry{border: 1px solid red;}
.fm-operation {font-weight: bold;}