diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
commit | 6e7918b6ccb69876d339a320091fdee811445395 (patch) | |
tree | 31cb88ee438d652fddefca1193f70289a8b3dcc8 /helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css | |
parent | 60e5b13c35d4d3ba21bb03b026750a0a414f6c77 (diff) |
Generalize data directory
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, 0 insertions, 11 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 deleted file mode 100644 index 6b35c00..0000000 --- a/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/chrome/content/preferences.css +++ /dev/null @@ -1,11 +0,0 @@ -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(""); -} |