1
0
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:
Andrew Dolgov
2011-11-21 16:10:24 +04:00
parent 620c22aada
commit 56d7e94353
15 changed files with 5 additions and 75 deletions

View File

@@ -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");
}