hide until hovered
This commit is contained in:
parent
98c1949ace
commit
a3066fb42e
3 changed files with 7 additions and 4 deletions
|
|
@ -1772,6 +1772,7 @@ function init_two() {
|
|||
};
|
||||
$('context-contents').onclick = () => { api.SPACE.view.fit() };
|
||||
$('view-fit').onclick = () => { api.SPACE.view.fit() };
|
||||
$('wassup').onmouseover = () => { $('suppopp').classList.remove('hide') };
|
||||
|
||||
// ui.modal.onclick = api.modal.hide;
|
||||
ui.modalBox.onclick = (ev) => { ev.stopPropagation() };
|
||||
|
|
|
|||
|
|
@ -808,16 +808,16 @@ details[open] summary::after {
|
|||
.mt10 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.wassup {
|
||||
#wassup {
|
||||
background-color: rgba(0,255,100,0.3);
|
||||
border-top: 5px solid rgba(0,255,100,0.5);
|
||||
border-bottom: 5px solid rgba(0,255,100,0.5);
|
||||
}
|
||||
.wassup:hover {
|
||||
#wassup:hover {
|
||||
border-top: 5px solid rgba(0,255,100,0.5);
|
||||
border-bottom: 5px solid rgba(0,255,100,0.5);
|
||||
}
|
||||
.dark .wassup {
|
||||
.dark #wassup {
|
||||
background-color: rgba(0,255,0,0.2);
|
||||
}
|
||||
.blurb {
|
||||
|
|
|
|||
|
|
@ -519,9 +519,10 @@
|
|||
<a target="_rsc" href="https://discord.gg/suyCCgr"><i class="fab fa-discord"></i> Discord Server</a>
|
||||
<a target="_rsc" href="https://github.com/gridspace/grid-apps/issues"><i class="fas fa-bug"></i> Bug Reports</a>
|
||||
<a target="_rsc" href="https://github.com/gridspace/grid-apps/releases"><i class="fab fa-github"></i> Releases & Binaries</a>
|
||||
<a target="_rsc" class="wassup" onclick="kiri.api.modal.show('don8')"><i class="fa-solid fa-hand-holding-dollar"></i> Support Development</a>
|
||||
<a target="_rsc" id="wassup" onclick="kiri.api.modal.show('don8')"><i class="fa-solid fa-hand-holding-dollar"></i> Support Development</a>
|
||||
<a href="https://youtu.be/08795Sj22QE" target="youtube"><i class="fab fa-youtube"></i>Video Guide (v2.5)</a>
|
||||
</div>
|
||||
<div id="suppopp" class="content hide">
|
||||
<hr class="mlr-10">
|
||||
<div class="f-col blurb">
|
||||
<p>14 Years Under<br>Active Development</p>
|
||||
|
|
@ -533,6 +534,7 @@
|
|||
<p>Support funds continued development, bug fixes, documentation, and discussion forums</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr width="100%">
|
||||
<div class="f-row j-center">
|
||||
<label id="kiri-version"></label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue