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}