1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-10 16:55:47 +01:00

Move an inline style from util.objectToString to a new Key highlight group.

This commit is contained in:
Doug Kearns
2009-10-16 00:28:27 +11:00
parent 9c2f01bfea
commit 9b0e6ac28b
2 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ Highlights.prototype.CSS = <![CDATA[
Object color: maroon;
String color: green;
Key font-weight: bold;
Enabled color: blue;
Disabled color: red;