summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/preferences/aboutPermissions.css
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-06-12 22:38:42 +0200
committerGitHub <noreply@github.com>2018-06-12 22:38:42 +0200
commit660042b0a93eccc59980fbfb6c89787018b652ba (patch)
treea379de2992553ab77ccc855dc6f913610c0c6518 /application/palemoon/components/preferences/aboutPermissions.css
parent7a1e7c82779cc41f3ca1afc2112c60e23207d5fd (diff)
parentf3e445f6e8587bf40eaa3609bf4f5bea2becdc4a (diff)
downloadUXP-660042b0a93eccc59980fbfb6c89787018b652ba.tar
UXP-660042b0a93eccc59980fbfb6c89787018b652ba.tar.gz
UXP-660042b0a93eccc59980fbfb6c89787018b652ba.tar.lz
UXP-660042b0a93eccc59980fbfb6c89787018b652ba.tar.xz
UXP-660042b0a93eccc59980fbfb6c89787018b652ba.zip
Merge pull request #471 from janekptacijarabaci/pm_move_permissions_1
[PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
Diffstat (limited to 'application/palemoon/components/preferences/aboutPermissions.css')
-rw-r--r--application/palemoon/components/preferences/aboutPermissions.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/application/palemoon/components/preferences/aboutPermissions.css b/application/palemoon/components/preferences/aboutPermissions.css
deleted file mode 100644
index cec82a030..000000000
--- a/application/palemoon/components/preferences/aboutPermissions.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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/preferences/aboutPermissions.xml#site");
-}
-
-.pluginPermission {
- -moz-binding: url("chrome://browser/content/preferences/aboutPermissions.xml#pluginPermission");
-}