update both themes for communicator default theme changes up to 2011-02-13 (sync...
[themes.git] / LCARStrek / messenger / primaryToolbar.css
index 41d40dc73c96940c4b69fb3bf3b6755a49dc728c..023536eca7f6695c02dfae245bc8a0466758a8f8 100644 (file)
@@ -253,6 +253,14 @@ toolbarpaletteitem > #button-delete {
   -moz-image-region: rect(252px 75px 273px 50px);
 }
 
+#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;
 }
@@ -495,6 +503,16 @@ toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active {
   -moz-image-region: rect(16px 48px 32px 32px);
 }
 
+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 {