mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 21:51:14 +01:00
navbar icons in filemanager always get the same size (32px)
Regarding Ticket #102321
This commit is contained in:
parent
df8914065b
commit
5bbee89d85
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user