mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:35:56 +00:00
use css for help overlay, css cleanup
This commit is contained in:
@@ -695,7 +695,7 @@ function hotkey_handler(e) {
|
||||
|
||||
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
|
||||
if (!Element.visible("hotkey_help_overlay")) {
|
||||
Effect.Appear("hotkey_help_overlay", {duration : 0.3});
|
||||
Effect.Appear("hotkey_help_overlay", {duration : 0.3, to : 0.9});
|
||||
} else {
|
||||
Element.hide("hotkey_help_overlay");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user