mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:42:27 +01:00
rename the hl-Warning CSS class to hl-WarningMsg as per Vim
This commit is contained in:
@@ -373,9 +373,9 @@ liberator.Search = function () //{{{
|
|||||||
// our command line
|
// our command line
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
if (up)
|
if (up)
|
||||||
liberator.commandline.echo("search hit TOP, continuing at BOTTOM", liberator.commandline.HL_WARNING);
|
liberator.commandline.echo("search hit TOP, continuing at BOTTOM", liberator.commandline.HL_WARNINGMSG);
|
||||||
else
|
else
|
||||||
liberator.commandline.echo("search hit BOTTOM, continuing at TOP", liberator.commandline.HL_WARNING);
|
liberator.commandline.echo("search hit BOTTOM, continuing at TOP", liberator.commandline.HL_WARNINGMSG);
|
||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -445,7 +445,7 @@ liberator.CommandLine = function () //{{{
|
|||||||
HL_MOREMSG : "hl-MoreMsg",
|
HL_MOREMSG : "hl-MoreMsg",
|
||||||
HL_QUESTION : "hl-Question",
|
HL_QUESTION : "hl-Question",
|
||||||
HL_INFOMSG : "hl-InfoMsg",
|
HL_INFOMSG : "hl-InfoMsg",
|
||||||
HL_WARNING : "hl-Warning",
|
HL_WARNINGMSG : "hl-WarningMsg",
|
||||||
|
|
||||||
// not yet used
|
// not yet used
|
||||||
FORCE_MULTILINE : 1 << 0,
|
FORCE_MULTILINE : 1 << 0,
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
color: magenta;
|
color: magenta;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
.hl-Warning {
|
.hl-WarningMsg {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user