diff options
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/chrome/content/preferences.css')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/chrome/content/preferences.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/extensions/https-everywhere@eff.org/chrome/content/preferences.css b/data/extensions/https-everywhere@eff.org/chrome/content/preferences.css new file mode 100644 index 0000000..6b35c00 --- /dev/null +++ b/data/extensions/https-everywhere@eff.org/chrome/content/preferences.css @@ -0,0 +1,11 @@ +treechildren::-moz-tree-checkbox { /* css for unchecked cells */ + list-style-image: url("chrome://https-everywhere/skin/cross.png"); +} + +treechildren::-moz-tree-checkbox(checked) { /* css for checked cells */ + list-style-image: url("chrome://https-everywhere/skin/tick.png"); +} + +treechildren::-moz-tree-checkbox(undefined) { /* css for empty cells */ + list-style-image: url(""); +} |