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

Regarding Ticket #102321

(cherry picked from commit 5bbee89d85)
This commit is contained in:
milan 2025-02-06 16:23:01 +01:00
parent b4f48fe293
commit 4c55f0e451

View File

@ -186,4 +186,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;
}