update both themes to state of suite default trunk of 2010-11-14
[themes.git] / LCARStrek / messenger / primaryToolbar.css
index 154e27650f180532c256646a9eb409324fa6ffa8..41d40dc73c96940c4b69fb3bf3b6755a49dc728c 100644 (file)
@@ -253,6 +253,27 @@ toolbarpaletteitem > #button-delete {
   -moz-image-region: rect(252px 75px 273px 50px);
 }
 
+#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,
@@ -477,13 +498,17 @@ toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active {
 /* ::::: message notification bar style rules ::::: */
 
 .msgNotificationBar {
-  -moz-border-radius: 7px;
+  border-radius: 7px;
   padding: 3px;
   margin-bottom: 3px;
   background-color: #FF9F00;
   color: #000000;
 }
 
+.msgNotificationBar:-moz-lwtheme {
+  text-shadow: none;
+}
+
 .msgNotificationBarText {
   font-weight: bold;
 }
@@ -502,6 +527,11 @@ toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active {
   padding: 3px;
 }
 
+#mdnBarImage {
+  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
+  padding: 3px;
+}
+
 #allowRemoteContentForAuthorDesc {
   -moz-padding-start: 10px;
 }