diff options
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%; } | 
