Closed hueneburg closed 7 years ago
Issue #46: z-indexes were fixed and details are always in front of everything, then come the options for searching, then the table header.
Issue #47: revamped complete color assignment for citation links. only the ones in tooltips are grey.
Issue #49: changed id of the entries in the references table. links are working again.
Issue #51: The matching for elements in the references table was too eager. The rule was refined via REGEX. instead of /^<p>/ it is now /^<p>\d+\./
/^<p>/
/^<p>\d+\./
Screenshot for #46 and #51:
Issue #46: z-indexes were fixed and details are always in front of everything, then come the options for searching, then the table header.
Issue #47: revamped complete color assignment for citation links. only the ones in tooltips are grey.
Issue #49: changed id of the entries in the references table. links are working again.
Issue #51: The matching for elements in the references table was too eager. The rule was refined via REGEX. instead of
/^<p>/
it is now/^<p>\d+\./
Screenshot for #46 and #51: