mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix filemanager symlink icons and removes background from vfsPath
This commit is contained in:
parent
6471396192
commit
e41af3d7ce
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user