keep up with trunk development of Classic
authorRobert Kaiser <kairo@kairo.at>
Sat, 9 Jun 2007 20:27:47 +0000 (22:27 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sat, 9 Jun 2007 20:27:47 +0000 (22:27 +0200)
EarlyBlue/global/config.css
EarlyBlue/global/formatting.css
EarlyBlue/global/tabbox.css
EarlyBlue/messenger/messageBody.css
EarlyBlue/messenger/messageHeader.css
EarlyBlue/messenger/messageWindow.css
EarlyBlue/navigator/icons/tab-drag-indicator.gif [moved from EarlyBlue/global/icons/tab-drag-indicator.gif with 100% similarity]
EarlyBlue/navigator/icons/tab-new.gif [moved from EarlyBlue/global/icons/tab-new.gif with 100% similarity]
EarlyBlue/navigator/tabbrowser.css

index c1073372997e9caa662726101889c0bdd01e6c22..e5f5471f373471aa4582c5cad3675e28388e7240 100644 (file)
@@ -54,6 +54,7 @@
 #warningBox
 {
   background: #9999CC;
+  color: #000000;
   border: 1px solid #666699;
   -moz-border-radius: 10px;
   padding: 3em;
index 9f3a626777946699cf5aee1140d89d81d4ffddce..c7e652da8b3ed2da18d70cb18334982e9d6ca2fc 100644 (file)
@@ -200,7 +200,8 @@ label {
 
 .text-link:focus {
   color: red;
-  outline: 1px dotted invert;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
 
 .text-link:hover {
index 2a397e1f416b23ba108e4919bffed9faac38b7a0..f78095cda1e845f2c76c15f72325013e8fe958a4 100644 (file)
@@ -88,7 +88,8 @@ tab:hover {
 }
 
 tab:focus > .tab-middle {
-  outline: 1px dotted invert;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
 
 /*
index 5e1049668f01ced16b19345a4c9f592c649b2aba..87af19509d71ee59aec490bd7c24e2b01e074e0c 100644 (file)
@@ -123,3 +123,14 @@ span.moz-txt-formfeed {
 .moz-signature > a {
   color: #7777FF; /* light blue */
 }
+
+/* ::::: attached images ::::: */
+
+.moz-attached-image-unscaled {
+  cursor: -moz-zoom-out;
+}
+
+.moz-attached-image-scaled {
+  cursor: -moz-zoom-in;
+  max-width: 100%;
+}
index 1337f76c5569b792e283869fa815530f09561291..eac9553aad883870cca7ba92d137f50159049db0 100644 (file)
@@ -93,7 +93,7 @@
 }
 
 .headerValue {
-  margin: 0em 0em .25em 0em;
+  margin: 0em 0em 3px 0em;
   min-width: 50px;
   white-space: normal;
   color: inherit;
 }
 
 .headerValueBox {
-  margin: 0em 0em .25em 0em;
+  margin: 0em 0em 3px 0em;
 }
 
 .headerValueBox > .headerValue {
index 9e38df0aa5d1c2194036cb693f57b96945f7ec5a..5eba69230dbed643bf32b5f796fb45e46487f38e 100644 (file)
@@ -37,6 +37,7 @@
 
 @import url("chrome://messenger/skin/");
 @import url("chrome://messenger/skin/primaryToolbar.css");
+@import url("chrome://messenger/skin/threadPaneLabels.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
index c6f2c41ede3a1620760368d4c2af327c35115ec7..46b14f6e91d657aba6f88be5b255e0fccfebccc3 100644 (file)
@@ -61,11 +61,11 @@ tabpanels {
   height: 16px;
 }
 
-tab {
+.tabbrowser-tab {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
 }
 
-tab[busy] {
+.tabbrowser-tab[busy] {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
@@ -91,7 +91,7 @@ tabbrowser > tabbox > tabpanels {
   margin: 0px;
   margin-top: 2px;
   padding: 0px;
-  list-style-image: url("chrome://global/skin/icons/tab-new.gif");
+  list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
 }
 
 .tab-drop-indicator-bar {
@@ -106,7 +106,7 @@ tabbrowser > tabbox > tabpanels {
   width: 11px;
   margin-bottom: -8px;
   position: relative;
-  list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif');
+  list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
 }
 
 tooltip[tabpreview="true"] {