diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-24 16:29:56 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-24 16:29:56 -0400 |
commit | 3a9d1b5351f275ae49a93ea36934c4a8a65ad93b (patch) | |
tree | 2ce91010e0e8b1f32963e57e55a40eb3fa9f7b4a /browser/themes/shared/notification-icons.inc.css | |
parent | b565e2c227af2cbcbc3573c1f874fd9e809bd5fe (diff) | |
download | UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar.gz UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar.lz UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar.xz UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.zip |
Remove the Social API
Diffstat (limited to 'browser/themes/shared/notification-icons.inc.css')
-rw-r--r-- | browser/themes/shared/notification-icons.inc.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/browser/themes/shared/notification-icons.inc.css b/browser/themes/shared/notification-icons.inc.css index 595e911b6..86dce73a1 100644 --- a/browser/themes/shared/notification-icons.inc.css +++ b/browser/themes/shared/notification-icons.inc.css @@ -271,28 +271,6 @@ html|*#webRTC-previewVideo { } } -/* SOCIAL API */ - -.popup-notification-icon[popupid="servicesInstall"] { - list-style-image: url(chrome://browser/skin/social/services-64.png); -} - -.service-icon { - list-style-image: url(chrome://browser/skin/social/services-16.png); -} - -%ifdef XP_MACOSX -@media (min-resolution: 1.1dppx) { - .popup-notification-icon[popupid="servicesInstall"] { - list-style-image: url(chrome://browser/skin/social/services-64@2x.png); - } - - .service-icon { - list-style-image: url(chrome://browser/skin/social/services-16@2x.png); - } -} -%endif - /* TRANSLATION */ .translation-icon { |