mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 23:51:28 +00:00
use css for help overlay, css cleanup
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -1049,7 +1049,7 @@ function pref_hotkey_handler(e) {
|
||||
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
|
||||
if (!Element.visible("hotkey_help_overlay")) {
|
||||
//Element.show("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