[Pkg-mozext-commits] [compactheader] 129/441: New version 1.1.5 (beta1): Toggle icon of message flag button corresponding to the flag state of the message

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:51 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 e5051fa1924caeb89a181f9f022ca3c2c9404df3
Author: joachim.herb <none at none>
Date:   Sun Jan 3 01:29:11 2010 +0000

    New version 1.1.5 (beta1):
    Toggle icon of message flag button corresponding to the flag state of the message
---
 chrome/CompactHeader/skin/windows/buttonsOverlay.css | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/chrome/CompactHeader/skin/windows/buttonsOverlay.css b/chrome/CompactHeader/skin/windows/buttonsOverlay.css
index 88bf320..942788f 100644
--- a/chrome/CompactHeader/skin/windows/buttonsOverlay.css
+++ b/chrome/CompactHeader/skin/windows/buttonsOverlay.css
@@ -39,15 +39,21 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 #button-starMessages{
-  list-style-image: url("chrome://messenger/skin/starred48.png");
+  list-style-image: url("chrome://messenger/skin/icons/flag.png");
+}
+
+#header-view-toolbox #button-starMessages{
+  list-style-image: url("chrome://messenger/skin/icons/flag-empty.png");
+}
+
+#header-view-toolbox #button-starMessages[flagged]{
+  list-style-image: url("chrome://messenger/skin/icons/flag.png");
 }
 
 #button-starMessages .toolbarbutton-icon {
-  height: 24px;
-  width:  24px;
+  -moz-image-region: rect(-6px 18px 18px -6px);
 }
 
 toolbar[iconsize="small"] #button-starMessages .toolbarbutton-icon {
-  height: 16px;
-  width:  16px;
+  -moz-image-region: rect(-2px 14px 14px -2px);
 }
\ 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