aboutsummaryrefslogtreecommitdiffstats
path: root/vimium.css
AgeCommit message (Collapse)Author
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.