mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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);
|
background-color: var(--sl-color-gray-100);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
order: 99;
|
order: 99;
|
||||||
|
border-top-right-radius: calc(var(--sl-border-radius-medium) * .5);
|
||||||
}
|
}
|
||||||
.dialog__footer {
|
.dialog__footer {
|
||||||
--footer-spacing: 5px;
|
--footer-spacing: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user