1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-06 05:55:46 +01:00

the ":" prompt should default to using the NORMAL highlight group

This commit is contained in:
Doug Kearns
2008-09-28 06:21:28 +00:00
parent 1880c96374
commit fa1765465e

View File

@@ -191,7 +191,7 @@ liberator.CommandLine = function () //{{{
{ {
promptWidget.collapsed = true; promptWidget.collapsed = true;
} }
promptWidget.setAttribute("class", highlightGroup || liberator.commandline.HL_QUESTION); promptWidget.setAttribute("class", highlightGroup || liberator.commandline.HL_NORMAL);
} }
// sets the command - e.g. 'tabopen', 'open http://example.com/' // sets the command - e.g. 'tabopen', 'open http://example.com/'