diff options
| author | Stephen Blott | 2015-05-09 16:47:28 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-09 16:47:28 +0100 |
| commit | 311b35e416053a0d5d03eaf7eb894375f6e0f20d (patch) | |
| tree | 87773181649f2a61c443117fc36723ea27bc6ea1 /pages/vomnibar.css | |
| parent | d73775057d443a53668f6a93fe45cc4a4b412de7 (diff) | |
| download | vimium-311b35e416053a0d5d03eaf7eb894375f6e0f20d.tar.bz2 | |
Search completion; tweaks and tests.
Diffstat (limited to 'pages/vomnibar.css')
| -rw-r--r-- | pages/vomnibar.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/vomnibar.css b/pages/vomnibar.css index 4b7199e3..dbcaf6e4 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -136,5 +136,8 @@ #vomnibarInput::selection { /* This is the light grey color of the vomnibar border. */ - background-color: #F1F1F1; + /* background-color: #F1F1F1; */ + + /* This is the light blue color of the vomnibar selected item. */ + background-color: #BBCEE9; } |
