aboutsummaryrefslogtreecommitdiffstats
path: root/pages/vomnibar.css
diff options
context:
space:
mode:
Diffstat (limited to 'pages/vomnibar.css')
-rw-r--r--pages/vomnibar.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/pages/vomnibar.css b/pages/vomnibar.css
index 2042a6c4..1b19daad 100644
--- a/pages/vomnibar.css
+++ b/pages/vomnibar.css
@@ -126,7 +126,6 @@
#vomnibar li em { font-style: italic; }
#vomnibar li em .vomnibarMatch, #vomnibar li .vomnibarTitle .vomnibarMatch {
color: #333;
- text-decoration: underline;
}
#vomnibar li.vomnibarSelected {
@@ -134,3 +133,21 @@
font-weight: normal;
}
+#vomnibarInput::selection {
+ /* This is the light grey color of the vomnibar border. */
+ /* background-color: #F1F1F1; */
+
+ /* This is the light blue color of the vomnibar selected item. */
+ /* background-color: #BBCEE9; */
+
+ /* This is a considerably lighter blue than Vimium blue, which seems softer
+ * on the eye for this purpose. */
+ background-color: #E6EEFB;
+}
+
+.vomnibarInsertText {
+}
+
+.vomnibarNoInsertText {
+ visibility: hidden;
+}