summaryrefslogtreecommitdiff
path: root/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css')
-rw-r--r--helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css b/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css
new file mode 100644
index 0000000..6b35c00
--- /dev/null
+++ b/helpers/DATA/firefox/gnu/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("");
+}