aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium.css
AgeCommit message (Collapse)Author
2015-02-01Merge remote-tracking branch 'mrmr1993/resize-HUD'Stephen Blott
2015-01-09Modes; allow click on focusInput overlays.Stephen Blott
This is @mrmr1993's trick from #1258. See: https://github.com/philc/vimium/pull/1258/files
2014-12-30Use classes and a stylesheet for UIComponenmrmr1993
2014-12-16Merge remote-tracking branch 'upstream/master' into post-1.46Stephen Blott
2014-12-15Fix typoPhil Crosby
2014-12-14Merge branch 'vomnibarToPage' of https://github.com/smblott-github/vimium ↵Stephen Blott
into smblott-github-vomnibarToPage Conflicts: background_scripts/main.coffee content_scripts/vimium.css content_scripts/vomnibar.coffee lib/utils.coffee
2014-12-05Make the z-indices a little bit smallerPhil Crosby
2014-12-04Increase the z-index of all components to close to Number.MAX_VALUEmrmr1993
2014-11-24Resize HUD so the contents are fully visiblemrmr1993
2014-11-12Favicons in the vomnibar; remove support.Stephen Blott
There are security issues with favicons as implemented previously. This commit removes favicon support entirely.
2014-10-27Merge favicons for vomnibar.Stephen Blott
2014-09-17Move the vomnibar to an iframemrmr1993
2014-08-19Revert "Improve fonts and matching character color in CSS"Phil Crosby
This reverts commit e93b1b1f36d31a693978a9cc71e10d95ab1fba4a. Reverting because the experience is poor for Linux users. If we can patch this to also look nice for Linux users, then win.
2014-08-17Change the link hint char back from red to yellowPhil Crosby
Red draws the eye powerfully, which I think is counter-productive here. You don't want to focus on the character you've already typed, but rather the character you have left to type.
2014-08-17Improve fonts and matching character color in CSSelevengu
2014-07-30Pointer cursor on hover over help modal close buttonNatalie Perna
2014-07-29Replaced help dialog close button with &timesNatalie Perna
2014-04-23Add vomnibar css rule to avoid page overridingmrmr1993
2013-12-13Prevent bookmark dialog font from being affected by pageScott Perlitch
2013-10-09Add favicons to vomnibar completionsLyall Hamilton
Favicons are displayed as a background-image style next to urls in similar style to chrome's history page. For tabs the icon is fetched from the url specified by chrome tab's favIconUrl property. Unfortunately extensions to not have access to chrome://favicons/ to get bookmark favicons but fortunately most sites serve a favicon from protocol://hostname/favicon.ico (e.g. http://example.com/favicon.ico) so this url is tried for non-tab types.
2013-01-31Fix #766 vomnibar is displaying incorrectly on pages that have CSS setting ↵Nick Peeples
the input styles
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
Also correct a bug with the show / hide advanced commands button.