mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 13:05:47 +01:00
use the hl-Title class for the completion widget title
This commit is contained in:
@@ -1247,7 +1247,7 @@ liberator.ItemList = function (id) //{{{
|
||||
|
||||
var div = doc.createElement("div");
|
||||
div.setAttribute("class", "ex-command-output hl-Normal");
|
||||
div.innerHTML = "<span style=\"color: magenta; font-weight: bold\">Completions:</span>";
|
||||
div.innerHTML = "<span class=\"hl-Title\">Completions:</span>";
|
||||
var table = doc.createElement("table");
|
||||
table.setAttribute("width", "100%");
|
||||
table.setAttribute("style", "table-layout: fixed; width: 100%");
|
||||
|
||||
Reference in New Issue
Block a user