update both themes for communicator default theme changes up to 2011-02-13 (sync...
[themes.git] / EarlyBlue / messenger / primaryToolbar.css
index c7c5ed822687a27b5031bb4a419819605c3fde1a..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 {