mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Add border between nm header & nm, align with mail preview toolbar
This commit is contained in:
parent
fd624806dc
commit
86c014fb94
@ -515,7 +515,7 @@ et2-details.details {width: 100%}
|
||||
top: 0;
|
||||
}
|
||||
#mail-index_toolbar {
|
||||
height: 35px;
|
||||
height: 2.95em;
|
||||
}
|
||||
#mail-index_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
|
@ -7256,6 +7256,12 @@ img.et2_button_icon[src*="svg"]:hover {
|
||||
padding: 0;
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
div.flatpickr-calendar {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
|
@ -83,6 +83,15 @@
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
}
|
||||
|
||||
// Nextmatch
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
|
||||
.nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
//rounded flatpickr
|
||||
div.flatpickr-calendar {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
|
Loading…
Reference in New Issue
Block a user