port help element

This commit is contained in:
SpikeHD
2022-05-21 21:58:04 -07:00
parent 93f3ced89f
commit f14bfcaed6
4 changed files with 51 additions and 6 deletions

View File

@@ -9,7 +9,22 @@
filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
}
.HelpButton:hover {
cursor: pointer;
}
.HelpButton img {
height: 100%;
filter: invert(100%) sepia(2%) saturate(201%) hue-rotate(47deg) brightness(117%) contrast(100%);
}
.HelpContents {
text-align: center;
}
.HelpContents .MiniDialog {
bottom: 80%;
left: 35%;
width: 60%;
height: 60%;
}