112 lines
2.4 KiB
SCSS
112 lines
2.4 KiB
SCSS
.help-mode-on-mouse-over {
|
|
z-index: 10;
|
|
position: absolute;
|
|
top: -5px;
|
|
left: -5px;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-right: 5px;
|
|
padding-bottom: 10px;
|
|
transition: all 0.25s;
|
|
}
|
|
|
|
.help-highlight,
|
|
.help-mode-on-mouse-over:hover {
|
|
background: rgba(92, 229, 148, 0.5);
|
|
box-shadow: 0 0 0 2px var(--iqser-helpmode-primary) inset;
|
|
cursor: help;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-new-dossier-button,
|
|
.help-mode-on-mouse-over-filter-dossier-list,
|
|
.help-mode-on-mouse-over-filter-document-list,
|
|
.help-mode-on-mouse-over-dossiers-quickfilter-my-dossiers,
|
|
.help-mode-on-mouse-over-new-dossier {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-search-in-entire-application,
|
|
.help-mode-on-mouse-over-open-notifications,
|
|
.help-mode-on-mouse-over-bulk-select-annotations,
|
|
.help-mode-on-mouse-over-assign-reviewer {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-edit-dossier-owner {
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-edit-dossier-member {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-open-usermenu {
|
|
padding-top: 1px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-standard-view,
|
|
.help-mode-on-mouse-over-delta-view,
|
|
.help-mode-on-mouse-over-preview-view {
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-workload-filter {
|
|
height: 14px;
|
|
width: 50px;
|
|
margin-top: 10px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-reset-filters {
|
|
z-index: 20;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-dossier-list,
|
|
.help-mode-on-mouse-over-document-list {
|
|
margin-top: 5px;
|
|
height: calc(100% - 70px);
|
|
}
|
|
|
|
.help-mode-on-mouse-over-edit-dossier-attributes {
|
|
z-index: 20;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-dossier-features {
|
|
z-index: 20;
|
|
height: 50px;
|
|
margin-top: 17px;
|
|
width: 95%;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-edit-dossier-from-list {
|
|
z-index: 30;
|
|
padding-left: 5px ;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-redaction-edit-reason,
|
|
.help-mode-on-mouse-over-redaction-remove-only-here,
|
|
.help-mode-on-mouse-over-redaction-remove-from-dictionary,
|
|
.help-mode-on-mouse-over-redaction-false-positive,
|
|
.help-mode-on-mouse-over-recommendation-accept-or-reject {
|
|
z-index: 20;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-left: 9px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-document-features {
|
|
margin-top: 7px;
|
|
margin-left: 7px;
|
|
height: 20px;
|
|
width: 95%;
|
|
}
|
|
|
|
.help-mode-on-mouse-over-navigate-in-breadcrumbs {
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
|