Index: chrome/skin/devToolsOverlay.css |
=================================================================== |
--- a/chrome/skin/devToolsOverlay.css |
+++ b/chrome/skin/devToolsOverlay.css |
@@ -7,12 +7,30 @@ |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
#ehh-inspector-toolbarbutton |
{ |
list-style-image: url("chrome://adblockplus/skin/abp-status-16.png"); |
-moz-image-region: rect(0px, 16px, 16px, 0px); |
} |
+@media screen and (min-resolution: 1.5dppx) |
+{ |
+ #ehh-inspector-toolbarbutton |
+ { |
+ list-style-image: url("chrome://adblockplus/skin/abp-status.png"); |
+ -moz-image-region: rect(0px, 24px, 24px, 0px); |
+ } |
+} |
+ |
+@media screen and (min-resolution: 2dppx) |
+{ |
+ #ehh-inspector-toolbarbutton |
+ { |
+ list-style-image: url("chrome://adblockplus/skin/abp-status-32.png"); |
+ -moz-image-region: rect(0px, 32px, 32px, 0px); |
+ } |
+} |
+ |
#ehh-inspector-toolbarbutton > image |
{ |
filter: none; |
} |