summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/permissions/aboutPermissions.css
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-06-11 09:52:55 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-06-11 09:52:55 +0200
commitf3e445f6e8587bf40eaa3609bf4f5bea2becdc4a (patch)
treef61e406b4743187630baf8d1ea1e6496ecd518cb /application/palemoon/components/permissions/aboutPermissions.css
parent27783db85a4d3c38b041e51b088ed2dbd35e96c1 (diff)
downloadUXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar
UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.gz
UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.lz
UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.xz
UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.zip
[PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
Issue #191
Diffstat (limited to 'application/palemoon/components/permissions/aboutPermissions.css')
-rw-r--r--application/palemoon/components/permissions/aboutPermissions.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/palemoon/components/permissions/aboutPermissions.css b/application/palemoon/components/permissions/aboutPermissions.css
new file mode 100644
index 000000000..d73b6a879
--- /dev/null
+++ b/application/palemoon/components/permissions/aboutPermissions.css
@@ -0,0 +1,11 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+.site {
+ -moz-binding: url("chrome://browser/content/permissions/aboutPermissions.xml#site");
+}
+
+.pluginPermission {
+ -moz-binding: url("chrome://browser/content/permissions/aboutPermissions.xml#pluginPermission");
+}