mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 07:21:29 +00:00
add fade-in to shortcut help overlay
This commit is contained in:
@@ -110,7 +110,7 @@ window.onload = init;
|
||||
</div> -->
|
||||
|
||||
<div class='prefKbdHelp'>
|
||||
<img src="images/small_question.png" alt="?"> <a href='#' onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a>
|
||||
<img src="images/small_question.png" alt="?"> <a href='#' onclick="Effect.Appear('hotkey_help_overlay', {duration: 0.3})">Keyboard shortcuts</a>
|
||||
</div>
|
||||
|
||||
<div class="firstTab"> </div>
|
||||
|
||||
Reference in New Issue
Block a user