mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 09:35:49 +01:00
the ":" prompt should default to using the NORMAL highlight group
This commit is contained in:
@@ -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/'
|
||||||
|
|||||||
Reference in New Issue
Block a user