mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-04 13:55:02 +01:00
changed preferences help text styling
This commit is contained in:
parent
e6efad5c4d
commit
b2c4fea191
@ -11,14 +11,6 @@
|
|||||||
table.prefTable {
|
table.prefTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
|
||||||
background-image:url(../../../api/templates/default/images/dialog_info.svg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
height: 99%;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.prefRow:hover {background-color:#f0f0ff}
|
|
||||||
.prefName .et2_label:first-child {
|
.prefName .et2_label:first-child {
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
@ -37,13 +29,14 @@ tr.prefRow > td.prefValueColumn {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
max-height: 99%;
|
max-height: 90vh;
|
||||||
height: calc(99% - 157px);
|
height: calc(85vh - 10px);
|
||||||
background-color: var(--sl-color-neutral-50);
|
background-color: var(--sl-color-neutral-50);
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
top: 95px;
|
top: 60px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
border-radius: var(--sl-border-radius-medium);
|
||||||
}
|
}
|
||||||
tr.prefRow:hover .prefHelp {
|
tr.prefRow:hover .prefHelp {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user