mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
fixing horizontal miss-aligned icons in calendar toolbar and vertical miss-alignment in favorites
This commit is contained in:
parent
7370179235
commit
9e946d5c7c
@ -61,6 +61,7 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
|
||||
left: 12px;
|
||||
width: ${egwIsMobile() ? css`4ex` : css`20px`};
|
||||
font-size: ${egwIsMobile() ? css`4ex` : css`20px`};
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
et2-image[src="trash"] {
|
||||
|
@ -2823,11 +2823,6 @@ table.egwGridView_outer thead tr th.noResize:hover {
|
||||
}
|
||||
|
||||
/* Hide label visually */
|
||||
.et2_toolbar et2-button:not(.et2_toolbar_hasCaption)::part(base) {
|
||||
justify-content: center;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.et2_toolbar et2-button:not(.et2_toolbar_onlyCaption):not(.et2_toolbar_hasCaption)::part(label) {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user