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

Unified Diff: chrome/skin/overlay.css

Issue 5194794401792000: Issue 384 - Wrong image shows up briefly for Adblock Plus icon (Closed)
Patch Set: Created May 9, 2014, 6:47 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 | « chrome/content/ui/overlay.xul ('k') | 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
@@ -22,34 +22,34 @@
{
cursor: pointer;
}
toolbar[iconsize="small"] #abp-toolbarbutton,
#PersonalToolbar #abp-toolbarbutton,
#header-view-toolbar > #abp-toolbarbutton,
#abp-status {
- list-style-image: url("abp-status-16.png");
+ list-style-image: url("abp-status-16.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="disabled"],
#PersonalToolbar #abp-toolbarbutton[abpstate="disabled"],
#header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"],
#abp-status[abpstate="disabled"],
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);
}
#abp-toolbarbutton[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #abp-toolbarbutton
{
- list-style-image: url("abp-status-32.png");
+ list-style-image: url("abp-status-32.png") !important;
-moz-image-region: rect(0px, 32px, 32px, 0px);
}
#abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"],
toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"],
#abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"],
toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"]
{
@@ -66,17 +66,17 @@ toolbox[vertical="true"] toolbar #abp-to
}
menuitem[default="true"] {
font-weight: bold;
}
#abp-toolbarbutton,
#abp-site-info {
- list-style-image: url("abp-status.png");
+ list-style-image: url("abp-status.png") !important;
-moz-image-region: rect(0px, 24px, 24px, 0px);
}
#abp-toolbarbutton[abpstate="disabled"],
#abp-toolbarbutton[abpstate="whitelisted"],
#abp-site-info[abpaction="enable"],
#abp-site-info[abpaction="enable_site"] {
-moz-image-region: rect(24px, 24px, 48px, 0px);
}
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld