[Pkg-mozext-commits] [adblock-plus] 32/98: Issue 4409 - Fixed too large toolbar icon in older Firefox versions on high-DPI screens

David Prévot taffit at moszumanska.debian.org
Tue Oct 24 01:30:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 31babd063d679799646f608207d3ad5e5700c15f
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon Sep 12 11:24:40 2016 +0200

    Issue 4409 - Fixed too large toolbar icon in older Firefox versions on high-DPI screens
---
 chrome/skin/overlay.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/chrome/skin/overlay.css b/chrome/skin/overlay.css
index d94fc95..ee89e6f 100644
--- a/chrome/skin/overlay.css
+++ b/chrome/skin/overlay.css
@@ -44,6 +44,14 @@ toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"],
   -moz-image-region: rect(16px, 16px, 32px, 0px);
 }
 
+toolbar[iconsize="small"] #abp-toolbarbutton .toolbarbutton-icon,
+#PersonalToolbar #abp-toolbarbutton .toolbarbutton-icon,
+#header-view-toolbar > #abp-toolbarbutton .toolbarbutton-icon
+{
+  width: 16px;
+  height: 16px;
+}
+
 @media screen and (min-resolution: 1.5dppx)
 {
   toolbar[iconsize="small"] #abp-toolbarbutton,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list