From 0bdfb41aeb0523476c3c89f75f25a47a3c850935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Qu=C3=A8ze?= Date: Thu, 4 Jul 2013 18:06:11 +0200 Subject: [PATCH] Bug 887368 - social notification icon not sized correctly on a retina screen, r=mixedpuppy. --- browser/themes/osx/browser.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index 576cd2cb3cf..3c8529d8aac 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -3064,6 +3064,10 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { 0 0 3px 2px -moz-mac-focusring; } +#social-notification-icon > .toolbarbutton-icon { + height: 16px; +} + .default-notification-icon, #default-notification-icon { list-style-image: url(chrome://global/skin/icons/information-16.png);