mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 16:22:26 +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.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/'
|
||||
|
||||
Reference in New Issue
Block a user