1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 08:45:45 +01:00

Use :highlight groups for styling input boxes during external editing.

This commit is contained in:
Kris Maglione
2010-12-22 04:38:59 -05:00
parent dc0b538b35
commit f074e9811b
3 changed files with 19 additions and 18 deletions

View File

@@ -110,7 +110,7 @@ const Hive = Class("Hive", {
sheet.sites = filter;
}
else {
sheet = Sheet(name, this._id++, filter.filter(util.identity), String(css), this, agent);
sheet = Sheet(name, styles._id++, filter.filter(util.identity), String(css), this, agent);
this.sheets.push(sheet);
}