keep up with Classic development
authorrobert <robert>
Sat, 12 Feb 2005 15:18:41 +0000 (15:18 +0000)
committerrobert <robert>
Sat, 12 Feb 2005 15:18:41 +0000 (15:18 +0000)
EarlyBlue/communicator/button.css
EarlyBlue/global/listbox.css
EarlyBlue/global/toolbarbutton.css
EarlyBlue/messenger/icons/winvertical.gif [new file with mode: 0644]
EarlyBlue/messenger/prefPanels.css
EarlyBlue/messenger/threadPane.css
EarlyBlue/navigator/pageInfo.css

index 2b4389f866bdbb507911ddf8472055843edc053d..d85916949b975534e013747217ad239c27bdadaf 100644 (file)
 
 .toolbarbutton-1,
 .toolbarbutton-1 > .toolbarbutton-menubutton-button,
-.toolbarbutton-1[disabled="true"]:hover:active,
-.toolbarbutton-1[disabled="true"][buttondown="true"] {
+.toolbarbutton-1[disabled="true"]:hover:active {
   padding: 1px;
 }
 
 .toolbarbutton-1:hover:active,
 .toolbarbutton-1[open="true"],
-.toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button {
+.toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button {
   padding: 2px 0px 0px 2px;
 }
 
 }
 
 .toolbarbutton-1[buttonstyle="text"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
-.toolbarbutton-1[buttonstyle="text"][type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
 .toolbarbutton-1[buttonstyle="text"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
   padding: 5px 0px 7px 2px;
 }
 
 .toolbarbutton-1[buttonstyle="pictures"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
-.toolbarbutton-1[buttonstyle="pictures"][type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
 .toolbarbutton-1[buttonstyle="pictures"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
 .toolbarbutton-1[toolbarmode="small"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
-.toolbarbutton-1[toolbarmode="small"][type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
 .toolbarbutton-1[toolbarmode="small"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
   padding: 1px 0px 12px 2px;
 }
 .toolbarbutton-text[buttonstyle="pictures"],
 .toolbarbutton-icon[buttonstyle="text"] {
   display: none;
-}   
-                                                                            
+}
+
 .toolbarbutton-text[buttonstyle="text"] {
   padding: 4px 0;
 }
index 2f882bf4a2516148b1b70e068ed53c3ea6dd6a60..94b0ee44a861e2aa35b0cb40110b07cfecef8951 100644 (file)
@@ -39,6 +39,10 @@ listbox {
   color: #000000;
 }
 
+listbox[disabled="true"] {
+  color: #CCCCCC;
+}
+
 /* ::::: listitem ::::: */
 
 listitem {
@@ -65,7 +69,7 @@ listbox:focus > listitem[selected="true"] {
 
 /* ::::: listheader ::::: */
 
-listheader { 
+listheader {
   -moz-box-align: center;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
@@ -116,7 +120,7 @@ listheader[sortable="true"]:hover:active {
   color: #808080;
 }
 
-/* ::::: listcell checkbox ::::: */                                             
+/* ::::: listcell checkbox ::::: */
 
 .listcell-check {
   -moz-box-align: center;
index 350a174d01109971a4fa5aa7d55d4574c0ba74ab..a52192074f51dffbe3a1eb514983db09b09e969a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998-1999
  * the Initial Developer. All Rights Reserved.
@@ -23,7 +23,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
@@ -66,9 +66,8 @@ toolbarbutton {
 
 /*
 toolbarbutton:hover,
-toolbarbutton[buttonover="true"],
 toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
-} 
+}
 */
 
 toolbarbutton:hover {
@@ -80,7 +79,7 @@ toolbarbutton[open="true"] {
   padding: 2px 0px 0px 2px;
   border: 1px inset #CCD0DD;
 }
-    
+
 toolbarbutton[disabled="true"] {
   border: 1px solid transparent !important;
   padding: 1px !important;
@@ -94,7 +93,7 @@ toolbarbutton[checked="true"] {
   border: 1px inset #CCD0DD !important;
   background-color: #DDDDDD !important;
 }
-    
+
 /* ::::: toolbarbutton menu ::::: */
 
 .toolbarbutton-menu-dropmarker {
@@ -130,29 +129,26 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
 .toolbarbutton-menubutton-button,
 .toolbarbutton-menubutton-dropmarker {
   border: 1px solid transparent;
-} 
+}
+
 .toolbarbutton-menubutton-button[disabled="true"],
 .toolbarbutton-menubutton-dropmarker[disabled="true"] {
   border: 1px solid transparent !important;
-} 
+}
 
 toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button,
-toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-button,
-toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker,
-toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-dropmarker {
+toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker {
   border: 1px outset #CCD0DD;
 }
 
-toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-button,
+toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-button,
 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
-toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button,
 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
   border: 1px inset #CCD0DD;
 }
 
-toolbarbutton[type="menu-button"][buttondown="true"] > toolbarbutton.toolbarbutton-menubutton-button,
+toolbarbutton[type="menu-button"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button,
 toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button {
   padding: 2px 0px 0px 2px !important;
 }
@@ -166,7 +162,6 @@ toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-men
 }
 
 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
-toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
   padding: 4px 0px 0px 2px;
 }
diff --git a/EarlyBlue/messenger/icons/winvertical.gif b/EarlyBlue/messenger/icons/winvertical.gif
new file mode 100644 (file)
index 0000000..f206ba7
Binary files /dev/null and b/EarlyBlue/messenger/icons/winvertical.gif differ
index 5f469b13a396750a3977531721847a50379cefed..05a53d8fded43854d873d2d51d314e6fafc102e3 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -22,7 +22,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
@@ -55,3 +55,8 @@
   min-height: 32px;
   list-style-image: url("chrome://messenger/skin/icons/winwide.gif");
 }
+
+#vertical {
+  min-height: 32px;
+  list-style-image: url("chrome://messenger/skin/icons/winvertical.gif");
+}
index bf3e58f099dcd135ef51bb5ea451420007d6f274..14e53ec0007f2b5cebe18cd11f88f40f6acfc6f9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -24,7 +24,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
@@ -53,8 +53,12 @@ treechildren::-moz-tree-cell-text(unread) {
   font-weight: bold;
 }
 
+treechildren::-moz-tree-cell-text(imapdeleted) {
+  text-decoration: line-through;
+}
+
 /* on a collapsed thread, if the top level message is read, but the thread has
- * unread children, underline the text.  4.x mac did this, very slick 
+ * unread children, underline the text.  4.x mac did this, very slick
  */
 treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
   text-decoration: underline;
index ddc0b2faa3310b46ffb359376866917c8318362d..f8cdb6379168bc1dd74818c7e654ef26b1d047c3 100644 (file)
@@ -14,7 +14,7 @@
  * The Original Code is Mozilla Communicator client code.
  *
  * The Initial Developer of the Original Code is Daniel Brooks.
- * Portions created by the Initial Developer are Copyright (C) 2001
+ * Portions created by the Initial Developer are Copyright (C) 2001-2004
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
@@ -65,3 +65,7 @@ textbox.header {
 .fixedsize {
   height: 8.5em;
 }
+
+textbox[disabled] {
+  font-style: italic;
+}