From e41af3d7ce801de7a39ce47e1c821ea6164ba683 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 10 Aug 2022 13:13:29 +0200 Subject: [PATCH] Fix filemanager symlink icons and removes background from vfsPath --- api/templates/default/etemplate2.css | 1 - filemanager/templates/default/app.css | 1 + filemanager/templates/pixelegg/app.css | 6 +++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index e5d9826459..3dac4249a6 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1365,7 +1365,6 @@ div.et2_vfsPath ul { padding-bottom: 13px; max-width: 92%; margin-right: 7%; - background-color: #e2e2e24f; } div.et2_vfsPath ul::-webkit-scrollbar { diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index d36b9053cf..edaba9959c 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -40,6 +40,7 @@ table.egwGridView_grid .tile .file_tile { height: 100px; width: 135px; } +table.egwGridView_grid .tile .file_tile et2-vfs-mime {width: 4em; margin: 0 auto;} .egwGridView_grid .tile span.iconOverlayContainer { display: block; diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index 6e2c560cd8..1374335717 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -49,6 +49,10 @@ table.egwGridView_grid .tile .file_tile { height: 100px; width: 135px; } +table.egwGridView_grid .tile .file_tile et2-vfs-mime { + width: 4em; + margin: 0 auto; +} .egwGridView_grid .tile span.iconOverlayContainer { display: block; max-width: 140px; @@ -378,4 +382,4 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { background-size: 12px; background-repeat: no-repeat; background-position: center; -} \ No newline at end of file +}