aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium.css
AgeCommit message (Collapse)Author
2015-06-10Accept input in the HUD iframemrmr1993
2015-06-10Make all find mode updates go via the HUD in preparation to use an inputmrmr1993
2015-06-09Use tab to select filetered link hints.Stephen Blott
2015-05-30Add a link to the wiki to the help page.Stephen Blott
Ass suggested in by @LarryBattle in #1643.
2015-05-13Remove unused styles for the HUDmrmr1993
2015-05-13Move the HUD to an iframe, managed by UIComponentmrmr1993
2015-05-11Move all HUD .style declarations into vimium.cssmrmr1993
2015-05-10Use classes for border flashes, in a shadow DOM to avoid CSS collisionsmrmr1993
2015-04-28Revert "Fix over-riding of vomnibar display CSS."mrmr1993
This reverts commit 6e7b04692aceeed6544510f853eb58cdad564f9e.
2015-04-28Revert "Ensure that the Vomnibar iframe background is transparent"mrmr1993
This reverts commit 26cbeba9b9301652d15e01ad4dac9248637ba3eb.
2015-04-28Fix over-riding of vomnibar display CSS.Stephen Blott
Fixes #1594.
2015-04-27Ensure that the Vomnibar iframe background is transparentmrmr1993
Some extensions (eg. Hacker Vision) override the background colour of iframes to make the screen dark, even when the frame is already set to transparent. This gives our rule higher priority, so that the frame is still rendered as transparent, and doesn't obscure the content beneath.
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.