aboutsummaryrefslogtreecommitdiffstats
path: root/vimium.css
AgeCommit message (Collapse)Author
2012-09-08Ensure help dialog stays fully within the viewport.Jez Ng
2012-08-21Style input hints as number-less overlays.Jez Ng
2012-08-21Highlight the selected hint with a different color.Jez Ng
The actual color / appearance could probably use some tweaking.
2012-08-20Merge pull request #623 from cespare/options-restylePhil Crosby
Options restyle
2012-08-20Clean up the font stacksCaleb Spare
2012-08-19Don't show a useless scrollbar on the help dialog.Caleb Spare
2012-07-26Fix HUD font size.Jez Ng
2012-07-22Remove !important from the vomnibar css, and redundant declarations with ↵Phil Crosby
vimiumReset. !important is no longer needed now that we're using vimiumReset.
2012-07-22Use vimium-specific class names, and use vimium reset. Now the vomnibar is ↵Phil Crosby
more resistant to a site's css. Previously the vomnibar didn't look great on Quora because of this.
2012-07-22Use font-size:inheret in the vimium resetPhil Crosby
It's a better default and allows us to specify the font size on the parent, instead of all children.
2012-07-22Document what the css reset is used for.Phil Crosby
2012-06-10Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisyPhil Crosby
2012-06-03Show relevancy in the ui for debugging search rankingPhil Crosby
2012-06-03A WIP rewrite of completion in the vomnibar.Phil Crosby
The purpose of this refactor is to simplify the contract so it's easier to modify, and to make some substantial usability improvements. One of the key differences is that matching is no longer fuzzy. If you want to search more than one term, separate them by spaces. This matches the behavior in Firefox. While fuzzy matching is a nice experience for a limited set of known items (like files in the current project), it doesn't work well for a huge messy collection, like URLs in your history. The query "hello" will match random stuff from your google search results for instance, and it's hard to prune that noise using ranking intelligence.
2012-05-29Css changes to accomodate a 2-lined suggestions UI.Phil Crosby
2012-05-26Rename class to searchAreaPhil Crosby
2012-05-26In css, emphasize fuzzy matches in the title.Phil Crosby
2012-05-26Add a developer flag to render the relevancy scores of the vomniboxPhil Crosby
2012-05-26use important in a few places I missed, to be consistent.Phil Crosby
2012-05-26Whitespace, fix invalid commentsPhil Crosby
2012-05-26Remove some obsolete css which was for the old bookmark selectorPhil Crosby
2012-05-26Restyle the vomnibar to be more chrome-like (at least on OSX). Feedback welcome.Phil Crosby
2012-05-05Rename fuzzymode.js to vomnibar.jsPhil Crosby
2012-05-05Rename "fuzzybox" to vomnibarUI. Not as easy to type, but more precise.Phil Crosby
2012-04-27Touch up on previous commit.Jez Ng
2012-04-27flashElement: use an overlay, so zero-sized links are flashed as wellBjörn
(no css manupulation of the target element) Conflicts: lib/domUtils.js
2012-04-25Merge pull request #459 from niklasb/fuzzyPhil Crosby
Vimium Omnibox implementation, with fuzzy completion
2012-04-25Set overflow:none on hints.Jez Ng
Just in case a website sets a global overflow:auto/scroll.
2012-04-13improve CSS, fix input widthNiklas Baumstark
2012-04-13change to real input boxNiklas Baumstark
2012-04-10make CSS more robustNiklas Baumstark
2012-04-10allow fuzzy completion of HTML-decorated content and implement this for ↵Niklas Baumstark
history and bookmarks
2012-04-10make CSS more specificNiklas Baumstark
2012-04-10remove useless CSS directiveNiklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark
2012-01-26Tweak the linkhints CSS to use slightly less padding and bigger text, for ↵Phil Crosby
readability.
2012-01-26Merge remote-tracking branch 'remotes/eproxus/linkhint-restyling'Phil Crosby
Conflicts: background_page.html vimium.css
2012-01-26Color find matches orange.Jez Ng
The brighter color makes them more visible. The orange is chosen to match Chrome's default color.
2012-01-26Style link hints with nowrap.Jez Ng
This was previously done in e84617a but the change was lost in a merge.
2012-01-20Re-style link hintsAdam Lindberg
2012-01-15Harden and move CSS declarations out of the code.Peter Parks
Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override.