Fix filemanager symlink icons and removes background from vfsPath

This commit is contained in:
Hadi Nategh 2022-08-10 13:13:29 +02:00
parent 6471396192
commit e41af3d7ce
3 changed files with 6 additions and 2 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;
}
}