1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 23:32:28 +01:00

Fix favcons in completions, add "shutdown" trigger, register vimperator.css as user stylesheet, make option completions better, hide completion list when no completions available. Yeah. A lot. Sorry.

This commit is contained in:
Kris Maglione
2008-10-05 03:50:09 +00:00
parent 506838b41d
commit 55df63ee81
13 changed files with 157 additions and 170 deletions

View File

@@ -26,6 +26,11 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/
@-moz-document
url-prefix(chrome://vimperator/),
url-prefix(chrome://muttator/),
url(chrome://browser/content/browser.xul) {
#liberator-container {
font-family: monospace;
}
@@ -207,4 +212,6 @@ a.hl-URL:hover {
border: 0px;
}
}
/* vim: set fdm=marker sw=4 ts=4 et: */