Skip to content

Commit

Permalink
Show annot title and no red rectangle for annots
Browse files Browse the repository at this point in the history
  • Loading branch information
roewenstrunk committed Sep 5, 2019
1 parent 6dcbe00 commit af5bb95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion add/data/xql/getAnnotation.xql
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ return
</div>
</div>
<div class="contentBox">
<!--<h1>{annotation:getTitle($annot, '', $edition)}</h1>-->
<h1>{annotation:getTitle($annot, '', $edition)}</h1>
{annotation:getContent($annot,'', $edition)}
</div>
<!-- <div class="previewArea">
Expand Down
4 changes: 2 additions & 2 deletions resources/css/todo.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ span.smufl {
}

.ediromWindow .annotation {
border: 1px solid red;
background-color: rgba(255, 0, 0, 0.3);
/* border: 1px solid red;
background-color: rgba(255, 0, 0, 0.3); */
z-index: 10;
}

Expand Down

0 comments on commit af5bb95

Please sign in to comment.