Skip to content

Commit

Permalink
Use correct input type for search
Browse files Browse the repository at this point in the history
  • Loading branch information
matalo33 committed Dec 21, 2018
2 parents a867a47 + 3ea5860 commit 2bc33bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/mermaid/mermaid.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ text.actor {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.node.clickable {
cursor: pointer;
}
div.mermaidTooltip {
position: absolute;
text-align: center;
Expand All @@ -271,3 +274,4 @@ div.mermaidTooltip {
pointer-events: none;
z-index: 100;
}

3 changes: 3 additions & 0 deletions static/mermaid/mermaid.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ text.actor {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.node.clickable {
cursor: pointer;
}
div.mermaidTooltip {
position: absolute;
text-align: center;
Expand Down
3 changes: 3 additions & 0 deletions static/mermaid/mermaid.forest.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ svg .classLabel .label {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.node.clickable {
cursor: pointer;
}
div.mermaidTooltip {
position: absolute;
text-align: center;
Expand Down

0 comments on commit 2bc33bc

Please sign in to comment.