Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/overlay.css

Issue 29352637: Issue 4409 - Fixed too large toolbar icon in older Firefox versions on high-DPI screens (Closed) Base URL: https://hg.adblockplus.org/adblockplus
Patch Set: Created Sept. 12, 2016, 9:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/overlay.css
===================================================================
--- a/chrome/skin/overlay.css
+++ b/chrome/skin/overlay.css
@@ -39,16 +39,24 @@ toolbar[iconsize="small"] #abp-toolbarbu
toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"],
#PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"],
#header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"],
#abp-status[abpstate="whitelisted"]
{
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
+toolbar[iconsize="small"] #abp-toolbarbutton .toolbarbutton-icon,
saroyanm 2016/09/19 10:40:09 According to the Ticket description, this affects
Wladimir Palant 2016/09/19 11:08:40 On regular screens the image size happens to match
saroyanm 2016/09/19 11:57:22 Acknowledged.
+#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,
#PersonalToolbar #abp-toolbarbutton,
#header-view-toolbar > #abp-toolbarbutton,
#abp-status
{
list-style-image: url("abp-status.png");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld