mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°2224 - Portal: Enable tooltips for object's attributes description
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user