Preferences: Change help text background color

This commit is contained in:
nathan 2022-11-09 10:21:33 -07:00
parent 32bd2a1084
commit 8491306d86

View File

@ -34,15 +34,15 @@ tr.prefRow > td.prefValueColumn {
padding: 0 !important;
}
.prefHelp {
position: absolute;
position: absolute;
display: none;
width: 250px;
max-height: 99%;
height: calc(99% - 157px);
background-color: #f0f0ff;
background-color: var(--sl-color-neutral-50);
padding: 5px;
top: 95px;
overflow-y: auto;
overflow-y: auto;
z-index: 1;
}
tr.prefRow:hover .prefHelp {