diff options
| author | Phil Crosby | 2012-05-29 16:35:39 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-05-29 16:35:39 -0700 |
| commit | af17e5c0fc703ab31f855859f429158cde666131 (patch) | |
| tree | 0b83383d04ccabe50132eb362adca439720382b7 | |
| parent | 0a3cf32c88f3b96a1ac339d03196964a1180d44d (diff) | |
| download | vimium-af17e5c0fc703ab31f855859f429158cde666131.tar.bz2 | |
Css changes to accomodate a 2-lined suggestions UI.
| -rw-r--r-- | vimium.css | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -298,7 +298,7 @@ body.vimiumFindMode ::selection { line-height: 1.1em !important; padding: 7px 10px !important; font-size: 16px !important; - color: #222 !important; + color: black !important; position: relative !important; } @@ -306,8 +306,14 @@ body.vimiumFindMode ::selection { border-bottom: none !important; } +#vomnibar li .topHalf, #vomnibar li .bottomHalf { overflow: hidden !important; } +#vomnibar li .bottomHalf { + margin-top: 2px; + font-size: 15px !important; +} + #vomnibar li .source { - color: #999 !important; + color: #777 !important; margin-right: 4px !important; } #vomnibar li .relevancy { @@ -319,6 +325,8 @@ body.vimiumFindMode ::selection { color: black !important; } +#vomnibar li .url { color: #224684 !important; } + #vomnibar li .fuzzyMatch { font-size: inherit !important; font-family: inherit !important; @@ -327,7 +335,7 @@ body.vimiumFindMode ::selection { } #vomnibar li em, #vomnibar li .title { - color: #666 !important; + color: black !important; margin-left: 4px !important; font-weight: normal !important; font-size: inherit !important; @@ -336,8 +344,7 @@ body.vimiumFindMode ::selection { #vomnibar li em { font-style: italic !important; } #vomnibar li em .fuzzyMatch, #vomnibar li .title .fuzzyMatch { color: #333 !important; - font-style: inherit !important; - font-weight: bold !important; + text-decoration: underline !important; } #vomnibar li.selected { |
