[Pkg-mozext-commits] [compactheader] 122/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:50 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 1d445cc60a23cc5460219fdfd864c06611480fda
Author: joachim.herb <none at none>
Date:   Sun Jan 3 01:29:10 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/gnome/buttonsOverlay.css | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/chrome/CompactHeader/skin/gnome/buttonsOverlay.css b/chrome/CompactHeader/skin/gnome/buttonsOverlay.css
index 88bf320..f288777 100644
--- a/chrome/CompactHeader/skin/gnome/buttonsOverlay.css
+++ b/chrome/CompactHeader/skin/gnome/buttonsOverlay.css
@@ -50,4 +50,20 @@
 toolbar[iconsize="small"] #button-starMessages .toolbarbutton-icon {
   height: 16px;
   width:  16px;
+}
+
+#header-view-toolbox #button-starMessages{
+  list-style-image: url("chrome://CompactHeader-os/skin/flag-empty.png");
+}
+
+#header-view-toolbox #button-starMessages[flagged]{
+  list-style-image: url("chrome://CompactHeader-os/skin/flag.png");
+}
+
+#header-view-toolbox #button-starMessages .toolbarbutton-icon {
+  -moz-image-region: rect(-6px 18px 18px -6px);
+}
+
+#header-view-toolbox toolbar[iconsize="small"] #button-starMessages .toolbarbutton-icon {
+  -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