mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:48:17 +01:00
navbar icons in filemanager always get the same size (32px)
Regarding Ticket #102321
(cherry picked from commit 5bbee89d85
)
This commit is contained in:
parent
b4f48fe293
commit
4c55f0e451
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user