diff options
| author | Stephen Blott | 2015-05-09 11:30:59 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-09 14:11:31 +0100 | 
| commit | d73775057d443a53668f6a93fe45cc4a4b412de7 (patch) | |
| tree | 34deac62bca83c11b60cfe4c1987ffe21073e8fd /pages/vomnibar.css | |
| parent | 75051d53536ddb9f247501b4509306cae1734184 (diff) | |
| download | vimium-d73775057d443a53668f6a93fe45cc4a4b412de7.tar.bz2 | |
Search completion; complete commmon search term.
Diffstat (limited to 'pages/vomnibar.css')
| -rw-r--r-- | pages/vomnibar.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/pages/vomnibar.css b/pages/vomnibar.css index 2042a6c4..4b7199e3 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -134,3 +134,7 @@    font-weight: normal;  } +#vomnibarInput::selection { +  /* This is the light grey color of the vomnibar border. */ +  background-color: #F1F1F1; +} | 
