1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 10:04:12 +01:00

add TODO comment regarding future move from 'hlss' to Search highlight group

This commit is contained in:
Doug Kearns
2008-09-24 10:58:37 +00:00
parent 7d77e5bddd
commit 233c7b4907

View File

@@ -239,6 +239,8 @@ liberator.Search = function () //{{{
}
});
// TODO: use Search highlight group instead when we have proper highlight
// support
liberator.options.add(["hlsearchstyle", "hlss"],
"CSS specification of highlighted search items",
"string", "color: black; background-color: yellow; padding: 0; display: inline;");