From 91bed52461c87b0c5d08a0beb8a7b80fc4b4ddf6 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 25 Apr 2016 10:20:17 +0100 Subject: Help dialog; tweak key styling. --- content_scripts/vimium.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 79155cf6..ca02e43f 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -212,12 +212,15 @@ div#vimiumHelpDialog div.vimiumColumn tr > td:first-of-type { span.vimiumHelpDialogKey { background-color: rgb(243,243,243); color: rgb(33,33,33); - margin: 2px; - padding-top: 1px; - padding-bottom: 1px; + margin-left: 2px; + padding-top: 0px; + padding-bottom: 2px; padding-left: 4px; padding-right: 4px; - border-radius: 4px; + border-radius: 3px; + border: solid 1px #ccc; + border-bottom-color: #bbb; + box-shadow: inset 0 -1px 0 #bbb; } /* Make the description column as wide as it can be. */ div#vimiumHelpDialog div.vimiumColumn tr > td:nth-of-type(3) { width:100%; } -- cgit v1.2.3