From ccc10856caea95e7b3f2e7b5f5e1a21f965d4766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Tue, 12 Feb 2013 14:26:12 +0100 Subject: [PATCH] Bug 839923, addressing review comment --- browser/themes/pinstripe/browser.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/browser/themes/pinstripe/browser.css b/browser/themes/pinstripe/browser.css index 8a336318baf..af64b42608b 100644 --- a/browser/themes/pinstripe/browser.css +++ b/browser/themes/pinstripe/browser.css @@ -2162,9 +2162,9 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { } @media (min-resolution: 2dppx) { - .tab-throbber, .tab-icon-image { list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); + image-rendering: -moz-crisp-edges; } .tab-throbber { @@ -2174,10 +2174,6 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { .tab-throbber[progress] { list-style-image: url("chrome://browser/skin/tabbrowser/loading@2x.png"); } - - .tab-icon-image { - image-rendering: -moz-crisp-edges; - } } .tabbrowser-tab:not(:hover) > .tab-stack > .tab-content > .tab-icon-image:not([selected="true"]) {