diff options
| author | Stephen Blott | 2016-04-25 10:20:17 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-25 10:20:17 +0100 | 
| commit | 91bed52461c87b0c5d08a0beb8a7b80fc4b4ddf6 (patch) | |
| tree | cd7626c5fc4e3432a5af91f2ed30992f74314c6f /content_scripts | |
| parent | 6066364d4c331b89cf2b4f6d2a5cf11a3c2bbe3f (diff) | |
| download | vimium-91bed52461c87b0c5d08a0beb8a7b80fc4b4ddf6.tar.bz2 | |
Help dialog; tweak key styling.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 11 | 
1 files changed, 7 insertions, 4 deletions
| 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%; } | 
