diff options
Diffstat (limited to 'vimiumFrontend.js')
| -rw-r--r-- | vimiumFrontend.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js index edc67709..9b93b4dd 100644 --- a/vimiumFrontend.js +++ b/vimiumFrontend.js @@ -784,12 +784,17 @@ HUD = { "line-height: 100%;" + "font-size: 11px;" + "font-weight: normal;" + + "letter-spacing: 0;" + + "text-decoration: none;" + "}" + ".vimiumHUD {" + "position: fixed;" + + "top: auto;" + + "left: auto;" + "bottom: 0px;" + "color: black;" + "height: 13px;" + + "min-height: 13px;" + "width: auto;" + "max-width: 400px;" + "min-width: 150px;" + @@ -806,6 +811,10 @@ HUD = { "line-height: 1.0;" + "opacity: 0;" + "}" + + // Hide the span between search box letters + ".vimiumHUD span {" + + "display: none;" + + "}" + ".vimiumHUD a, .vimiumHUD a:hover {" + "background: transparent;" + "color: blue;" + |
