N°2224 - Portal: Enable tooltips for object's attributes description

This commit is contained in:
Molkobain
2020-10-22 15:23:58 +02:00
parent f72ddd72f3
commit cfd9dba66e
9 changed files with 679 additions and 643 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1113,6 +1113,17 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
/*********/
/* Forms */
/*********/
.form_field_label > .control-label[data-tooltip-instanciated="true"] {
&::after {
content: "?";
padding-left: 3px;
vertical-align: top;
cursor: pointer;
color: $gray;
font-size: 0.85em;
}
}
.form_field .form_mandatory .control-label:after{
content: "\002a";
position: relative;