mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Et2Dialog: Adjust header style
added a line below header, title slightly larger, adjusted padding
This commit is contained in:
parent
be6b49ca21
commit
53a7405a61
@ -40,13 +40,14 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
||||
}
|
||||
.overlay__header {
|
||||
display: flex;
|
||||
border-bottom: 1px inset;
|
||||
}
|
||||
|
||||
.overlay__heading {
|
||||
margin: 0px;
|
||||
padding: 6px 16px 5px;
|
||||
padding: 6px 10px 0px;
|
||||
flex: 1;
|
||||
font-size: 110%;
|
||||
font-size: 130%;
|
||||
font-weight: 400;
|
||||
}
|
||||
#overlay-content-node-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user