keep up with EarlyBlue/Classic development
authorrobert <robert>
Tue, 16 Aug 2005 14:49:34 +0000 (14:49 +0000)
committerrobert <robert>
Tue, 16 Aug 2005 14:49:34 +0000 (14:49 +0000)
LCARStrek/communicator/icons/turbo-systray.gif
LCARStrek/global/nativescrollbars.css [new file with mode: 0644]
LCARStrek/global/xulscrollbars.css [new file with mode: 0644]
LCARStrek/messenger/filterDialog.css
LCARStrek/messenger/primaryToolbar.css
LCARStrek/messenger/toolbar/remote-blocked.png [new file with mode: 0644]

index 4bcc284399f5796b0ec76db69fda54d24d8ef8ea..a2d8f342c187829cb67bcbac704e566308e2647f 100644 (file)
Binary files a/LCARStrek/communicator/icons/turbo-systray.gif and b/LCARStrek/communicator/icons/turbo-systray.gif differ
diff --git a/LCARStrek/global/nativescrollbars.css b/LCARStrek/global/nativescrollbars.css
new file mode 100644 (file)
index 0000000..c18e2ec
--- /dev/null
@@ -0,0 +1,5 @@
+/* ===== nativescrollbars.css =================================================
+  == Styles used by XUL scrollbar-related elements (only on Mac).
+  ======================================================================= */
+
+@import url("chrome://global/skin/scrollbars.css");
diff --git a/LCARStrek/global/xulscrollbars.css b/LCARStrek/global/xulscrollbars.css
new file mode 100644 (file)
index 0000000..2b61e75
--- /dev/null
@@ -0,0 +1,6 @@
+/* ===== xulscrollbars.css =================================================
+  == Styles used by XUL scrollbar-related elements (on non-Mac platforms).
+  ======================================================================= */
+
+@import url("chrome://global/skin/scrollbars.css");
+
index e4e06d197ed37eb0b56172e5a38b08f0961b32ac..c33e225a4696f91cd523592106580f54b20ba702 100644 (file)
@@ -63,14 +63,10 @@ listbox {
   padding-top: 2px;
 }
 
-menulist {
+.search-menulist, .search-value-menulist {
   width: 12em;
 }
 
-menulist > menupopup > menuitem {
-  padding-right: 2px;
-}
-
 textbox {
   margin: 1px 4px;
 }
@@ -79,3 +75,11 @@ textbox {
   width: 560px;
   min-height: 1px;
 }
+
+.filler {
+  padding-right: 22px;
+}
+
+.ruleactionitem {
+  min-width: 15em;
+}
index fa26bd9e6a927de5c2f514a56fe6b6b2766e3867..83a5933976fb75e61504564f2a14246d8afbf12e 100644 (file)
   list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
 }
 
-#junkBarImage {
-  list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
-}
-
-#junkBarMessage {
-  font-weight: bold;
-}
+/* ::::: message notification bar style rules ::::: */
 
-#junkBar {
+.msgNotificationBar {
   -moz-border-radius: 7px;
   padding: 3px;
   margin-bottom: 3px;
   color: #000000;
 }
 
+.msgNotificationBarText {
+  font-weight: bold;
+}
+
+#junkBarImage {
+  list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
+}
+
 #junkIcon {
   margin-left: 0.5ex;
   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
 }
+
+#remoteContentImage {
+  list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
+  padding: 3px;
+}
diff --git a/LCARStrek/messenger/toolbar/remote-blocked.png b/LCARStrek/messenger/toolbar/remote-blocked.png
new file mode 100644 (file)
index 0000000..3f4c4cd
Binary files /dev/null and b/LCARStrek/messenger/toolbar/remote-blocked.png differ