mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 13:11:06 +01:00
parent
fa628799ae
commit
eff0f92471
@ -7260,12 +7260,6 @@ et2-dialog div#add_favorite et2-select-account_ro {
|
||||
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);
|
||||
}
|
||||
|
@ -26,14 +26,14 @@ tr.prefRow > td.prefValueColumn {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.prefHelp {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
display: none;
|
||||
width: 250px;
|
||||
max-height: 90vh;
|
||||
height: calc(85vh - 10px);
|
||||
height: 50%;
|
||||
background-color: var(--sl-color-neutral-50);
|
||||
padding: 10px;
|
||||
top: 60px;
|
||||
top: 143px;
|
||||
overflow-y: auto;
|
||||
z-index: 1;
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
|
Loading…
Reference in New Issue
Block a user