diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 07:15:39 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 07:15:39 +0200 |
commit | 330ce44ca40ee7f099eafaee4d85c09038252a77 (patch) | |
tree | 7ffe9a4cf858aac8c8b4641b0b7b0f2374bd3d73 /application | |
parent | 93ecdac4f810a8b4d5144e6c2a1fd9d89f5b760e (diff) | |
download | uxp-330ce44ca40ee7f099eafaee4d85c09038252a77.tar.gz |
[PALEMOON] [frontend vs backend] Remove unused styles for Push Notifications
https://github.com/MoonchildProductions/UXP/pull/273#issuecomment-385267814
Diffstat (limited to 'application')
-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 082b177811..0000000000 --- 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 6e09ab9c32..0000000000 --- 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 131a63a901..43fd637fb1 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 54ef8f8eae..0000000000 --- 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 099b9c76f3..0000000000 --- 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 58443fa768..d5feadf29a 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); } |