From 982771073629f0fb25ccc31364b0d8ba21494172 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 3 Sep 2014 14:21:11 +0200 Subject: [PATCH] Support narrowing buffer selection with Alt+0-9 after using Alt+g or when onlyUnread is enabled, and show numeric overlays for Alt+0-9 keys on the buffers --- css/glowingbear.css | 22 +++++++++++++++++ index.html | 7 +++--- js/filters.js | 34 +++++++++++++++++++++++++- js/inputbar.js | 59 ++++++++++++++++++++++++++++++++++++--------- 4 files changed, 106 insertions(+), 16 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index e92d6f4..44eb0f7 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -326,6 +326,28 @@ table.notimestampseconds td.time span.seconds { display: none !important; } +#sidebar .showquickkeys .buffer .buffer-quick-key { + transition:all linear 1s; + -webkit-transition:all ease-out 1s; + opacity: 0.7; +} +#sidebar .buffer .buffer-quick-key { + margin-left: -0.8em; + margin-right: -0.2em; + font-size: smaller; + transition:all linear 2s; + -webkit-transition:all ease-in 2s; + opacity: 0; + text-shadow: -1px 0px 4px rgba(255, 255, 255, 0.4), + 0px -1px 4px rgba(255, 255, 255, 0.4), + 1px 0px 4px rgba(255, 255, 255, 0.4), + 0px 1px 4px rgba(255, 255, 255, 0.4); + vertical-align: baseline; + display: inline-block; + width: 1em; + align: right; +} + .gb-modal { z-index: 1000; height: 100%; diff --git a/index.html b/index.html index 62b3ef3..9017c02 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ - +

@@ -228,15 +228,16 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel