mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix close button top-right corner is outside of rounded dialog corner in fancy theme
This commit is contained in:
parent
2c38d8f600
commit
0a1ee38b40
@ -226,6 +226,7 @@ export class Et2Dialog extends Et2Widget(SlDialog)
|
||||
background-color: var(--sl-color-gray-100);
|
||||
padding: 0;
|
||||
order: 99;
|
||||
border-top-right-radius: calc(var(--sl-border-radius-medium) * .5);
|
||||
}
|
||||
.dialog__footer {
|
||||
--footer-spacing: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user