[Pkg-mozext-commits] [compactheader] 72/441: New version: 0.8.3 Another try to fix Mac OS X version. Button icons are copied from toolbar buttons again.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:45 UTC 2015


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

taffit pushed a commit to branch master
in repository compactheader.

commit fe5def16625453dbf8c8948478dbd57641480ee1
Author: joachim.herb <none at none>
Date:   Sun Sep 27 22:47:32 2009 +0000

    New version: 0.8.3
    Another try to fix Mac OS X version. Button icons are copied from toolbar buttons again.
---
 chrome/CompactHeader/skin/windows/osdef.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/chrome/CompactHeader/skin/windows/osdef.css b/chrome/CompactHeader/skin/windows/osdef.css
index 402b5d5..33c015c 100644
--- a/chrome/CompactHeader/skin/windows/osdef.css
+++ b/chrome/CompactHeader/skin/windows/osdef.css
@@ -41,7 +41,18 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+toolbar[iconsize="small"] #button-other-actions,
+#otherActionsButton {
+	list-style-image: url("chrome://CompactHeader-os/skin/other-action-small.png");
+	-moz-image-region: rect(0px 16px 16px 0px);
+}
+
+#button-other-actions {
+  list-style-image: url("chrome://CompactHeader-os/skin/other-action.png");
+  -moz-image-region: rect(0px 24px 24px 0px);
+}
 
+/*
 .cohe-buttons {
   list-style-image: url("chrome://CompactHeader-os/skin/mail-toolbar-small.png");
 }
@@ -83,3 +94,4 @@
 .cohe-button-tag {
   -moz-image-region: rect(0px 256px 16px 240px);
 }
+*/
\ No newline at end of file

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



More information about the Pkg-mozext-commits mailing list