mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Preferences: Change help text background color
This commit is contained in:
parent
32bd2a1084
commit
8491306d86
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user