Skip to content

Commit

Permalink
v8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeura committed Feb 29, 2024
1 parent e443dbb commit 8f1c0f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/fileio-xml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -867,10 +867,12 @@ drain::TreeHTML & H5HTMLextractor::getHtml(){
*/

drain::TreeHTML & style = head["style"](drain::BaseHTML::STYLE);
style["table,th"] = "border:1px solid;";
style["table"] = "border-collapse:collapse;";
style["th"] = "align:left;";
style["table,tr"] = "border:1px solid;";
style["table"] = "border-collapse:collapse; font-size:x-small; font-face:monotype";
style["th"] = "text-align:left;";
style["tr:nth-child(even)"] = "background-color: #f2f2f2;";
style[".where, .what"] = "background-color:blue; opacity:0.2";
style[".how"] = "fill:blue; opacity:0.5";

addTogglerStyle(head);
//style2->set("type", "text/javascript");
Expand Down

0 comments on commit 8f1c0f6

Please sign in to comment.