From cdd88baa629dce831b63c486facc7557dc408cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 18 Mar 2017 16:23:12 +0100 Subject: [PATCH] Add "Jump:" label to search box when jumping --- css/glowingbear.css | 16 +++++++++++++++- index.html | 5 ++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 65fd16d..51a7236 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -73,10 +73,24 @@ td.message { border-bottom: 2px solid #555; } -.input-group-addon, .input-group-btn { +.input-group-btn { vertical-align: top; } +.input-group-addon { + background: none; + border: none; + color: #ccc; +} + +.buffer-jump { + display: none; +} + +.showjumpkeys .buffer-jump { + display: table-cell; +} + .footer button { border-radius: 0; } diff --git a/index.html b/index.html index 542ae67..d45d339 100644 --- a/index.html +++ b/index.html @@ -265,7 +265,10 @@ npm run build-electron-{windows, darwin, linux}