navbar icons in filemanager always get the same size (32px)

Regarding Ticket #102321
This commit is contained in:
milan 2025-02-06 16:23:01 +01:00
parent df8914065b
commit 5bbee89d85

View File

@ -185,4 +185,8 @@ button#filemanager-index_new img {
div#filemanager-index_filemanager-index-header_right {
display: inline-flex;
gap: 1ex;
}
}
/*navbar icons in filemanager should always have the save size of 32px*/
.egwGridView_grid et2-vfs-mime img[src*='/navbar'] {
width: 32px !important;
}