Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMatthew Taylor <matalo33@users.noreply.github.com>2018-12-21 03:40:04 +0300
committerMatthew Taylor <matthew@m-taylor.co.uk>2018-12-21 04:35:42 +0300
commit2bc33bc9972b8261b781b0e6ad107b4661ca17f7 (patch)
tree61edacbb17f223560f02c1e8aa2d46844ee203ed /static
parenta867a476a8534a4861ae9f06aefce0993e5baf92 (diff)
parent3ea5860c3e774112511379855cfdab0d7ab51e35 (diff)
Use correct input type for search
Diffstat (limited to 'static')
-rw-r--r--static/mermaid/mermaid.css4
-rw-r--r--static/mermaid/mermaid.dark.css3
-rw-r--r--static/mermaid/mermaid.forest.css3
3 files changed, 10 insertions, 0 deletions
diff --git a/static/mermaid/mermaid.css b/static/mermaid/mermaid.css
index 769933f..1ca8f3d 100644
--- a/static/mermaid/mermaid.css
+++ b/static/mermaid/mermaid.css
@@ -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;
@@ -271,3 +274,4 @@ div.mermaidTooltip {
pointer-events: none;
z-index: 100;
}
+
diff --git a/static/mermaid/mermaid.dark.css b/static/mermaid/mermaid.dark.css
index df49a4e..507efb4 100644
--- a/static/mermaid/mermaid.dark.css
+++ b/static/mermaid/mermaid.dark.css
@@ -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;
diff --git a/static/mermaid/mermaid.forest.css b/static/mermaid/mermaid.forest.css
index ecfbe7f..ad432d5 100644
--- a/static/mermaid/mermaid.forest.css
+++ b/static/mermaid/mermaid.forest.css
@@ -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;