update both themes for changes in toolkit winstripe for Mozilla 9 platform
[themes.git] / EarlyBlue / messenger / primaryToolbar.css
index e05e132b8ad209be8c451ef88ae92b856adc7f9e..2b594608a08fb9b2fa51103ac3ea3f0095bca766 100644 (file)
@@ -173,6 +173,14 @@ toolbarpaletteitem > #button-delete {
   -moz-image-region: rect(252px 50px 273px 25px);
 }
 
+#sync-button {
+  list-style-image: url("chrome://communicator/skin/sync/sync-32.png");
+}
+
+#sync-button[status=active] {
+  list-style-image: url("chrome://communicator/skin/sync/sync-32-throbber.png");
+}
+
 #locationFolders {
   width: 22em;
 }
@@ -336,6 +344,16 @@ toolbar[iconsize="small"] > #button-stop[disabled="true"] {
   -moz-image-region: rect(16px 32px 32px 16px);
 }
 
+toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button,
+toolbar[iconsize="small"] > #sync-button {
+  list-style-image: url("chrome://communicator/skin/sync/sync-16.png");
+}
+
+toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button[status=active],
+toolbar[iconsize="small"] > #sync-button[status=active] {
+  list-style-image: url("chrome://communicator/skin/sync/sync-16-throbber.png");
+}
+
 /* ::::: message notification bar style rules ::::: */
 
 .msgNotificationBar {
@@ -344,6 +362,10 @@ toolbar[iconsize="small"] > #button-stop[disabled="true"] {
   color: black;
 }
 
+.msgNotificationBar:-moz-lwtheme {
+  text-shadow: none;
+}
+
 .msgNotificationBarText {
   font-weight: bold;
 }