Skip to content

Commit

Permalink
added style to tagdiff_replaced img
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Nov 20, 2024
1 parent fb57c47 commit b7bab74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Products/zms/zpt/versionmanager/manage_undoversionform.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,21 @@ $(function() {
text-decoration:none;
border-bottom:1px dotted #008ac7;
}
.diff-container a.tagdiff_replaced {
.diff-container .diff a.tagdiff_replaced {
background-color:#fea;
}
.diff-container img.old-src {
.diff-container .diff img.old-src {
max-width:80px;
max-height:80px;
position:absolute;
margin:-.3rem 0 0 -.3rem;
border:1px solid red;
box-shadow: 0 0 .25rem white;
}
.diff-container .diff img.tagdiff_replaced {
border: 1px solid #155724;
box-shadow: 0 0 0 .25rem #d4edda;
}
</style>

<footer tal:replace="structure python:here.zmi_body_footer(here,request)">zmi_body_footer</footer>
Expand Down

0 comments on commit b7bab74

Please sign in to comment.