[IMP] display a helper to add a tooltip on a field. Display the tooltip on list views. One tooltip per field and do not handle user specific tooltips

This commit is contained in:
Benjamin Willig
2023-08-01 10:40:55 +02:00
parent 9974308140
commit 3c5ef90a2e
14 changed files with 362 additions and 163 deletions

View File

@@ -1,8 +1,15 @@
sup.field-tooltip {
margin-right: 5px;
}
.tooltip-icon {
color: #666666;
margin-left: 5px;
background: none;
border: none;
display: inline-block;
width: 0;
font-size: 12px;
margin-left: -2px;
}
.popover-footer {