aboutsummaryrefslogtreecommitdiffstats
path: root/pages/vomnibar.css
AgeCommit message (Collapse)Author
2015-05-27Custom-only: remove underlining of matches.Stephen Blott
Underling is just ugly, in this case. Also, it is applied inconsistently between titles and URLs.
2015-05-19Add insertText visual indicator.Stephen Blott
Conflicts: background_scripts/completion.coffee
2015-05-11Search completion; tweak selection color.Stephen Blott
2015-05-09Search completion; tweaks and tests.Stephen Blott
2015-05-09Search completion; complete commmon search term.Stephen Blott
2014-12-30Vomnibar; completion list is initially hidden.Stephen Blott
2014-12-15Fix z-index to be consistent with vimium.css.Stephen Blott
The z-indexes in vimium.css were recently changed. Those changes didn't get pushed through into vomnibar.css when moving the vomnibar to an iframe. Fixed here.
2014-10-31Reinstate .vomnibarIcon style.Stephen Blott
2014-09-17Move the vomnibar to an iframemrmr1993