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

Unified Diff: chrome/skin/overlay.css

Issue 5276432552951808: Some fixes related to the new Australis Firefox theme (Closed)
Patch Set: Created Nov. 20, 2013, 11:26 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') | lib/ui.js » ('j') | 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
@@ -62,17 +62,17 @@ menuitem[default="true"] {
#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);
}
/* Hack: force the label to be displayed below icon for type="menu" */
-#abp-toolbarbutton[type="menu"]
+#abp-toolbarbutton[type="menu"]:not([cui-areatype="menu-panel"])
{
-moz-box-orient: horizontal;
}
toolbar[mode="full"] #abp-toolbarbutton[type="menu"]
{
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#menu-vertical");
}
@@ -164,16 +164,20 @@ toolbar[mode="full"] #abp-toolbarbutton[
.abp-contributebutton-close
{
border-style: none !important;
-moz-user-focus: normal;
list-style-image: url("close.png");
-moz-appearance: none;
-moz-image-region: rect(0px, 14px, 14px, 0px);
+ min-width: 0px !important;
Felix Dahlke 2013/11/20 14:15:55 This seems pretty peculiar, worth a comment IMO.
Wladimir Palant 2013/11/20 14:36:33 Nothing special actually, the Australis theme defi
Felix Dahlke 2013/11/20 14:42:57 I meant a comment in the source, to be clear :) Bu
+ min-height: 0px !important;
+ width: auto !important;
+ height: auto !important;
}
.abp-contributebutton-close:hover
{
-moz-image-region: rect(0px, 28px, 14px, 14px);
}
#abp-notification html|a
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld