diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-09-11 18:27:50 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-09-11 18:27:50 +0200 |
commit | d065fe3ddaee8fff7acc9b4738df11877f8f7c42 (patch) | |
tree | 429077360d637c81c2ef5baad35881533f80aac7 /helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css |
Release for upstream v31ESR
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.css | 11 |
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(""); +} |