diff options
| author | Phil Crosby | 2012-06-03 01:19:02 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-06-03 16:56:39 -0700 | 
| commit | b04a90e85ffb65d53429c0d482bff98c9a80151e (patch) | |
| tree | 6e7faaf768138f21d9f7e3f321406e4576c5f481 /vimium.css | |
| parent | 51f197952208701542eef60b353f248e5b9c6054 (diff) | |
| download | vimium-b04a90e85ffb65d53429c0d482bff98c9a80151e.tar.bz2 | |
Show relevancy in the ui for debugging search ranking
Diffstat (limited to 'vimium.css')
| -rw-r--r-- | vimium.css | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -323,6 +323,9 @@ body.vimiumFindMode ::selection {    padding: 5px;    background-color: white;    color: black !important; +  font-family: monospace; +  width: 100px; +  overflow: hidden;  }  #vomnibar li .url { color: #224684 !important; }  | 
