preferences hint styling changes

Regarding Ticket #100521
This commit is contained in:
milan 2025-02-13 16:55:56 +01:00
parent fa628799ae
commit eff0f92471
2 changed files with 3 additions and 9 deletions

View File

@ -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);
}

View File

@ -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);