update both themes for communicator default theme changes up to 2011-02-13 (sync...
[themes.git] / EarlyBlue / messenger / primaryToolbar.css
index 9376bc6649634c9d1863e35486c7029f99f8c4b4..2b594608a08fb9b2fa51103ac3ea3f0095bca766 100644 (file)
@@ -173,6 +173,35 @@ 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;
+}
+
+toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders {
+  max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #search-container > #searchInput {
+  max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker {
+  max-width: 11em;
+}
+
+#viewPickerPopup > menuitem > .menu-iconic-left,
+#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left {
+  display: -moz-box !important;
+}
+
 /* ::::: small primary toolbar buttons ::::: */
 
 toolbar[iconsize="small"] > #button-getmsg,
@@ -315,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 {
@@ -323,6 +362,10 @@ toolbar[iconsize="small"] > #button-stop[disabled="true"] {
   color: black;
 }
 
+.msgNotificationBar:-moz-lwtheme {
+  text-shadow: none;
+}
+
 .msgNotificationBarText {
   font-weight: bold;
 }