aboutsummaryrefslogtreecommitdiffstats
path: root/pages/vomnibar.css
diff options
context:
space:
mode:
authorStephen Blott2015-05-09 16:47:28 +0100
committerStephen Blott2015-05-09 16:47:28 +0100
commit311b35e416053a0d5d03eaf7eb894375f6e0f20d (patch)
tree87773181649f2a61c443117fc36723ea27bc6ea1 /pages/vomnibar.css
parentd73775057d443a53668f6a93fe45cc4a4b412de7 (diff)
downloadvimium-311b35e416053a0d5d03eaf7eb894375f6e0f20d.tar.bz2
Search completion; tweaks and tests.
Diffstat (limited to 'pages/vomnibar.css')
-rw-r--r--pages/vomnibar.css5
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;
}