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