diff options
| author | Stephen Blott | 2015-05-16 12:29:33 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-19 06:52:28 +0100 | 
| commit | abd683d999cf0ef0d8b583733e9412af473c5dcc (patch) | |
| tree | cb833f2440e8715ca915993d0242dedd7dc85219 /pages/vomnibar.css | |
| parent | 879b84246a176bd653836aef35fc7102b98ca1be (diff) | |
| download | vimium-abd683d999cf0ef0d8b583733e9412af473c5dcc.tar.bz2 | |
Add insertText visual indicator.
Conflicts:
	background_scripts/completion.coffee
Diffstat (limited to 'pages/vomnibar.css')
| -rw-r--r-- | pages/vomnibar.css | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/pages/vomnibar.css b/pages/vomnibar.css index 9fdc43ba..b1ed0252 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -145,3 +145,10 @@     * on the eye for this purpose. */    background-color: #E6EEFB;  } + +.vomnibarInsertText { +} + +.vomnibarNoInsertText { +  visibility: hidden; +} | 
