diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-30 07:22:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-30 07:22:38 -0400 |
commit | fefce8f7ccbc476cfc46e61b01eff069346d3c73 (patch) | |
tree | 30162815f6541ec8cc08d9ab64448e5e02c4471b | |
parent | 5287427c57b28b1169d97dfa937c0f7be2fefd51 (diff) | |
parent | cb002e993914d15035c2f4f07efac29cac13834d (diff) | |
download | UXP-fefce8f7ccbc476cfc46e61b01eff069346d3c73.tar UXP-fefce8f7ccbc476cfc46e61b01eff069346d3c73.tar.gz UXP-fefce8f7ccbc476cfc46e61b01eff069346d3c73.tar.lz UXP-fefce8f7ccbc476cfc46e61b01eff069346d3c73.tar.xz UXP-fefce8f7ccbc476cfc46e61b01eff069346d3c73.zip |
Merge pull request #299 from janekptacijarabaci/pm_permissions_2_style-clean-up
[PALEMOON] [frontend vs backend] Remove unused styles for Push Notifications
-rw-r--r-- | application/palemoon/themes/linux/Push-16.png | bin | 606 -> 0 bytes | |||
-rw-r--r-- | application/palemoon/themes/linux/Push-64.png | bin | 8056 -> 0 bytes | |||
-rw-r--r-- | application/palemoon/themes/linux/browser.css | 4 | ||||
-rw-r--r-- | application/palemoon/themes/osx/Push-16.png | bin | 312 -> 0 bytes | |||
-rw-r--r-- | application/palemoon/themes/osx/Push-64.png | bin | 8490 -> 0 bytes | |||
-rw-r--r-- | application/palemoon/themes/osx/browser.css | 4 |
6 files changed, 0 insertions, 8 deletions
diff --git a/application/palemoon/themes/linux/Push-16.png b/application/palemoon/themes/linux/Push-16.png Binary files differdeleted file mode 100644 index 082b17781..000000000 --- a/application/palemoon/themes/linux/Push-16.png +++ /dev/null diff --git a/application/palemoon/themes/linux/Push-64.png b/application/palemoon/themes/linux/Push-64.png Binary files differdeleted file mode 100644 index 6e09ab9c3..000000000 --- a/application/palemoon/themes/linux/Push-64.png +++ /dev/null diff --git a/application/palemoon/themes/linux/browser.css b/application/palemoon/themes/linux/browser.css index 131a63a90..43fd637fb 100644 --- a/application/palemoon/themes/linux/browser.css +++ b/application/palemoon/themes/linux/browser.css @@ -1292,10 +1292,6 @@ toolbar[iconsize="small"] #webrtc-status-button { list-style-image: url(chrome://browser/skin/Geolocation-16.png); } -#push-notification-icon { - list-style-image: url(chrome://browser/skin/Push-16.png); -} - #addons-notification-icon { list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric-16.png); } diff --git a/application/palemoon/themes/osx/Push-16.png b/application/palemoon/themes/osx/Push-16.png Binary files differdeleted file mode 100644 index 54ef8f8ea..000000000 --- a/application/palemoon/themes/osx/Push-16.png +++ /dev/null diff --git a/application/palemoon/themes/osx/Push-64.png b/application/palemoon/themes/osx/Push-64.png Binary files differdeleted file mode 100644 index 099b9c76f..000000000 --- a/application/palemoon/themes/osx/Push-64.png +++ /dev/null diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index 58443fa76..d5feadf29 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -1975,10 +1975,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { list-style-image: url(chrome://browser/skin/Geolocation-16.png); } -#push-notification-icon { - list-style-image: url(chrome://browser/skin/Push-16.png); -} - #addons-notification-icon { list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric-16.png); } |