Skip to content

Commit

Permalink
ZMI bigpict: highlight sub-elements onhover (RBZ)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Jun 6, 2023
1 parent 5dfbd79 commit d96d9c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Products/zms/zpt/ZMSMetamodelProvider/manage_bigpicture.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,18 @@ form.all-packages #toc {
left:30em;
margin-top:-2.5em;
}
.box .ref:hover {
z-index:100000;
}
.box .ref .cardinality {
border-bottom:1px solid #C00;
padding:2px;
min-width:10em;
font-size:smaller;
}
.box .ref:hover .cardinality {
border-bottom: 3px solid #C00;
}
.box .ref .attr {
background-color:#FFE;
border:1px solid #C00;
Expand All @@ -282,6 +288,14 @@ form.all-packages #toc {
font-size:smaller;
margin-top:0.8em
}
.box .ref:hover .attr {
cursor:pointer;
box-shadow:0 6px 16px -3px #0008;
background:#C00;
color:white;
border: 3px solid #C00;
transform:scale(1.1)
}

@media print {
ol.objlist {
Expand Down

0 comments on commit d96d9c0

Please sign in to comment.