mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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;
|
padding-bottom: 13px;
|
||||||
max-width: 92%;
|
max-width: 92%;
|
||||||
margin-right: 7%;
|
margin-right: 7%;
|
||||||
background-color: #e2e2e24f;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.et2_vfsPath ul::-webkit-scrollbar {
|
div.et2_vfsPath ul::-webkit-scrollbar {
|
||||||
|
@ -40,6 +40,7 @@ table.egwGridView_grid .tile .file_tile {
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
width: 135px;
|
width: 135px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid .tile .file_tile et2-vfs-mime {width: 4em; margin: 0 auto;}
|
||||||
|
|
||||||
.egwGridView_grid .tile span.iconOverlayContainer {
|
.egwGridView_grid .tile span.iconOverlayContainer {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -49,6 +49,10 @@ table.egwGridView_grid .tile .file_tile {
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
width: 135px;
|
width: 135px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid .tile .file_tile et2-vfs-mime {
|
||||||
|
width: 4em;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
.egwGridView_grid .tile span.iconOverlayContainer {
|
.egwGridView_grid .tile span.iconOverlayContainer {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
|
Loading…
Reference in New Issue
Block a user