resolving bugs 28, 29, 30, 31, 34, 35, 36 (both skins)
authorrobert <robert>
Sat, 3 Feb 2001 01:13:32 +0000 (01:13 +0000)
committerrobert <robert>
Sat, 3 Feb 2001 01:13:32 +0000 (01:13 +0000)
12 files changed:
EarlyBlue/communicator/skin/sidebar/sidebar.css
EarlyBlue/global/skin/global.css
EarlyBlue/global/skin/taskbar-addressbook.gif
EarlyBlue/messenger/skin/messenger.css
EarlyBlue/messenger/skin/messenger.css~
LCARStrek/communicator/skin/button.css
LCARStrek/communicator/skin/menubutton.css
LCARStrek/global/skin/scrollbars.css
LCARStrek/global/skin/taskbar-addressbook.gif
LCARStrek/global/skin/tasksOverlay.css
LCARStrek/messenger/skin/addressbook/addressbook.css
LCARStrek/messenger/skin/messenger.css

index 61c8104290275ddbfa40808d2bb1a91313f03999..aed8e56a1c34e63659dcfd13db40f70fa75a1cae 100755 (executable)
-/* \r
- * The contents of this file are subject to the Mozilla Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/MPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corp. Portions created by Netscape Communications\r
- * Corp. are Copyright (C) 1999 Netscape Communications Corp. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): Stephen Lamm <slamm@netscape.com>\r
- */\r
\r
-/*\r
-#sidebar-splitter {\r
-    margin-right: 0px;\r
-    margin-top: 0px;\r
-    padding: 0px;\r
-    border: none;\r
-    min-width: 10px;\r
-    border-left: 1px solid #9999CC;\r
-    border-right: 1px solid #9999CC;\r
-    background-color: #CCD0DD;\r
-    -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter");\r
-}\r
-*/\r
-\r
-/*\r
-#sidebar-status-grippy {\r
-    padding: 2px 2px 2px 0px;\r
-    background-color: #CCD0DD;\r
-    background-image:\r
-       url("chrome://communicator/skin/sidebar/sidebar-open.gif"); \r
-}\r
-#sidebar-status-grippy:hover {\r
-    background-image:\r
-       url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif"); \r
-}\r
-#sidebar-status-grippy[open="true"] {\r
-    background-image:\r
-       url("chrome://communicator/skin/sidebar/sidebar-close.gif"); \r
-}\r
-#sidebar-status-grippy[open="true"]:hover {\r
-    background-image:\r
-       url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif"); \r
-}\r
-*/\r
-\r
-/**/\r
-\r
-#sidebar-box {\r
-    margin-top: 0px;\r
-    border: none;\r
-    border-bottom: 0px solid #CCD0DD;\r
-}\r
-\r
-.text-panel-loading {\r
-    margin: 5px 0px;\r
-}\r
-.image-panel-loading {\r
-    margin: 5px;\r
-    list-style-image: url("chrome://global/skin/loading.gif"); \r
-}\r
-\r
-/*\r
- *    Sidebar and Panel title buttons\r
- */\r
-.sidebarheader-main {\r
-    color: #CCD0DD;\r
-    background-color: #666699;\r
-    border: 0px !important;\r
-    padding-left: 4px;\r
-}\r
-.sidebarheader-main > .sidebar-header-text {\r
-    font-weight: bold;\r
-    margin: 2px;\r
-}\r
-\r
-#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon\r
-  {\r
-      list-style-image   : url(chrome://global/skin/mb-single-arrow-right.gif);\r
-  }\r
-\r
-/**\r
- * texttab folder lookalike e.g. for sidebar panel headers\r
- */\r
-  .box-texttab\r
-    {\r
-      -moz-binding        : url("chrome://communicator/content/sidebar/sidebarBindings.xml#texttab");\r
-      background-color    : #CCD0DD;\r
-      padding-top         : 2px;\r
-    }\r
-\r
-  .box-texttab[selected="true"] \r
-    {\r
-      border-bottom       : 1px solid #FFFFFF;\r
-    }    \r
-    \r
-  .box-texttab[top-panel="true"]\r
-    {\r
-      background-color    : #666699;\r
-    }\r
-  \r
-  .box-texttab[first-panel-after-selected="true"] \r
-    {\r
-      background-color    : #FFFFFF;\r
-    }\r
-\r
-  .box-texttab-right-space \r
-    {\r
-      width               : 30px;\r
-      border-bottom       : 1px solid #000000;\r
-    }\r
-\r
-  .box-texttab[last-panel="true"] > .box-texttab-right-space \r
-    {\r
-      border-bottom       : none;\r
-    }\r
-\r
-  .box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space \r
-    {\r
-      border-bottom       : 1px solid #000000;\r
-    } \r
-\r
-  .box-texttab-left\r
-    {\r
-      list-style-image    : url("chrome://global/skin/tab-leftedge.gif");\r
-    }\r
-\r
-  .box-texttab-right\r
-    {\r
-      list-style-image    : url("chrome://global/skin/tab-rightedge.gif");\r
-    }\r
-\r
-  .box-texttab[selected="true"] > .box-texttab-left\r
-    {\r
-      list-style-image    : url("chrome://global/skin/seltab-leftedge.gif");\r
-    }\r
-\r
-  .box-texttab[selected="true"] > .box-texttab-right\r
-    {\r
-      list-style-image    : url("chrome://global/skin/seltab-rightedge.gif");\r
-    }\r
-\r
-  .box-texttab-text-container\r
-    {\r
-      border-top          : 1px solid #000000;\r
-      background-color    : #CCD0DD;\r
-    }\r
-\r
-  .box-texttab[selected="true"] > .box-texttab-text-container\r
-    {\r
-      background-color    : #FFFFFF;\r
-      font-weight         : bold;\r
-    }\r
-    
\ No newline at end of file
+/* 
+ * The contents of this file are subject to the Mozilla Public
+ * License Version 1.1 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ * 
+ * Software distributed under the License is distributed on an "AS
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * rights and limitations under the License.
+ * 
+ * The Original Code is Mozilla Communicator.
+ * 
+ * The Initial Developer of the Original Code is Netscape
+ * Communications Corp. Portions created by Netscape Communications
+ * Corp. are Copyright (C) 1999 Netscape Communications Corp. All
+ * Rights Reserved.
+ * 
+ * Contributor(s): Stephen Lamm <slamm@netscape.com>
+ */
+/*
+#sidebar-splitter {
+    margin-right: 0px;
+    margin-top: 0px;
+    padding: 0px;
+    border: none;
+    min-width: 10px;
+    border-left: 1px solid #9999CC;
+    border-right: 1px solid #9999CC;
+    background-color: #CCD0DD;
+    -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter");
+}
+*/
+
+/*
+#sidebar-status-grippy {
+    padding: 2px 2px 2px 0px;
+    background-color: #CCD0DD;
+    background-image:
+       url("chrome://communicator/skin/sidebar/sidebar-open.gif"); 
+}
+#sidebar-status-grippy:hover {
+    background-image:
+       url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif"); 
+}
+#sidebar-status-grippy[open="true"] {
+    background-image:
+       url("chrome://communicator/skin/sidebar/sidebar-close.gif"); 
+}
+#sidebar-status-grippy[open="true"]:hover {
+    background-image:
+       url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif"); 
+}
+*/
+
+/**/
+
+#sidebar-box {
+    margin-top: 0px;
+    border: none;
+    border-bottom: 0px solid #CCD0DD;
+}
+
+.text-panel-loading {
+    margin: 5px 0px;
+}
+.image-panel-loading {
+    margin: 5px;
+    list-style-image: url("chrome://global/skin/loading.gif"); 
+}
+
+/*
+ *    Sidebar and Panel title buttons
+ */
+.sidebarheader-main {
+    color: #CCD0DD;
+    background-color: #666699;
+    border: 0px !important;
+    padding-left: 4px;
+    vertical-align: middle;
+}
+.sidebarheader-main > .sidebar-header-text {
+    font-weight: bold;
+    margin: 2px;
+}
+
+#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon
+  {
+      list-style-image   : url(chrome://global/skin/mb-single-arrow-right.gif);
+  }
+
+/**
+ * texttab folder lookalike e.g. for sidebar panel headers
+ */
+  .box-texttab
+    {
+      -moz-binding        : url("chrome://communicator/content/sidebar/sidebarBindings.xml#texttab");
+      background-color    : #CCD0DD;
+      padding-top         : 2px;
+    }
+
+  .box-texttab[selected="true"] 
+    {
+      border-bottom       : 1px solid #FFFFFF;
+    }    
+    
+  .box-texttab[top-panel="true"]
+    {
+      background-color    : #666699;
+    }
+  
+  .box-texttab[first-panel-after-selected="true"] 
+    {
+      background-color    : #FFFFFF;
+    }
+
+  .box-texttab-right-space 
+    {
+      width               : 30px;
+      border-bottom       : 1px solid #000000;
+    }
+
+  .box-texttab[last-panel="true"] > .box-texttab-right-space 
+    {
+      border-bottom       : none;
+    }
+
+  .box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space 
+    {
+      border-bottom       : 1px solid #000000;
+    } 
+
+  .box-texttab-left
+    {
+      list-style-image    : url("chrome://global/skin/tab-leftedge.gif");
+    }
+
+  .box-texttab-right
+    {
+      list-style-image    : url("chrome://global/skin/tab-rightedge.gif");
+    }
+
+  .box-texttab[selected="true"] > .box-texttab-left
+    {
+      list-style-image    : url("chrome://global/skin/seltab-leftedge.gif");
+    }
+
+  .box-texttab[selected="true"] > .box-texttab-right
+    {
+      list-style-image    : url("chrome://global/skin/seltab-rightedge.gif");
+    }
+
+  .box-texttab-text-container
+    {
+      border-top          : 1px solid #000000;
+      background-color    : #CCD0DD;
+    }
+
+  .box-texttab[selected="true"] > .box-texttab-text-container
+    {
+      background-color    : #FFFFFF;
+      font-weight         : bold;
+    }
+    
index 0f55fef988b4810e447ec8e16fad2da98dc330ff..0206eae7a1d0f9151636d7acc6cfddc3585fd437 100755 (executable)
-/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of\r
-    a particular application should be in that application's style sheet.\r
-       For example style definitions for navigator can be found in navigator.css\r
-\r
-   THIS FILE IS LOCKED DOWN.  YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR\r
-   CHANGES REVIEWED BY hyatt@netscape.com.\r
-**/\r
-\r
-/* import the widget style sheets */\r
-\r
-/* all localizable skin settings shall live here */\r
-@import url(chrome://global/locale/intl.css);\r
-\r
-@import url(chrome://global/skin/box.css);\r
-@import url(chrome://global/skin/button.css);\r
-@import url(chrome://global/skin/checkbox.css);\r
-@import url(chrome://global/skin/radio.css);\r
-@import url(chrome://global/skin/tree.css);\r
-@import url(chrome://global/skin/splitter.css);\r
-@import url(chrome://global/skin/radio.css);\r
-@import url(chrome://global/skin/menubutton.css);\r
-@import url(chrome://global/skin/menulist.css);\r
-@import url(chrome://global/skin/menu.css);\r
-@import url(chrome://global/skin/formatting.css);\r
-@import url(chrome://global/skin/textfield.css);\r
-@import url(chrome://global/skin/tabcontrol.css);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); \r
-@namespace html url("http://www.w3.org/1999/xhtml"); \r
-\r
-/**\r
- * XXX-DEBUG: HTML namespace/titledbutton striping. \r
- **/ \r
-  html|* \r
-    {\r
-      border              : 1px solid green !important;\r
-    }\r
-  \r
-  html|form \r
-    {\r
-      border              : none !important;\r
-    }\r
-  \r
-  titledbutton \r
-    {\r
-      border              : 1px solid purple !important;\r
-    }\r
-\r
-/**  \r
- * XUL <window> element\r
- **/\r
-  window \r
-    { \r
-      background-color    : #CCD0DD;\r
-      font                : 3mm tahoma,arial,helvetica,sans-serif;\r
-      padding             : 0px;\r
-    }\r
-  \r
-  window[wait-cursor] \r
-    { \r
-      cursor              : wait !important; \r
-    }\r
-  \r
-  window.dialog \r
-    { \r
-      background-color    : #CCD0DD;\r
-      padding             : 7px 5px 5px 5px;\r
-    }\r
-\r
-/**\r
- * XUL <box> debugging\r
- **/\r
-  :-moz-horizontal-box-debug \r
-    {\r
-      border              : 2px solid blue;\r
-      border-top-width    : 10px;\r
-      padding             : 2px;\r
-      margin              : 2px;\r
-      color               : white;\r
-    }\r
-  \r
-  :-moz-vertical-box-debug \r
-    {\r
-      border              : 2px solid red;\r
-      border-left-width   : 10px;\r
-      padding             : 2px;\r
-      margin              : 2px;\r
-      color               : white;\r
-    }\r
-\r
-/**\r
- * Utility icons (used for alert dialogs, etc)\r
- **/\r
-  .message-icon \r
-    {\r
-      list-style-image    : url("chrome://global/skin/message-icon.gif");\r
-    }\r
-\r
-  .alert-icon \r
-    {\r
-      list-style-image    : url("chrome://global/skin/alert-icon.gif");\r
-    }\r
-  \r
-  .error-icon \r
-    {\r
-      list-style-image    : url("chrome://global/skin/error-icon.gif");\r
-    }\r
-  \r
-  .question-icon \r
-    {\r
-      list-style-image    : url("chrome://global/skin/question-icon.gif");\r
-    }\r
-\r
-  statusbarpanel\r
-    {\r
-      padding             : 0px 1px 0px 1px;\r
-    }\r
-\r
-  .statusbar-panel-icon\r
-    {\r
-      margin              : 0px 2px 0px 0px;\r
-    }\r
-\r
-/**\r
- * status-bar\r
- */\r
-  #status-bar \r
-    {\r
-      border-top          : 1px solid #9999CC;\r
-      background-color    : #CCD0DD;\r
-      user-focus          : ignore;\r
-      overflow            : hidden\r
-    }\r
-\r
-  .statusbar-left\r
-    {\r
-      width               : 8px;\r
-      list-style-image    : url("chrome://global/skin/gray-bottomleft.gif");\r
-      background-position : bottom left;\r
-    }\r
-\r
-  .statusbar-right\r
-    {\r
-      width               : 8px;\r
-      list-style-image    : url("chrome://global/skin/gray-bottomright.gif");\r
-      background-position : bottom right;\r
-    }\r
-\r
-/**\r
- * html|iframe default sizing \r
- **/\r
-  html|iframe \r
-    {\r
-      min-width           : 10px;\r
-      min-height          : 10px;\r
-      width               : 100px;\r
-      height              : 100px;\r
-      border              : none;\r
-    }\r
-\r
-/** \r
- * XUL <progressmeter> \r
- **/\r
-  progressmeter[mode="undetermined"] > .progressmeter-internal-box\r
-    {\r
-      background-image    : url(chrome://global/skin/progressmeter-busy.gif);\r
-    }\r
\r
-  progressmeter[mode="undetermined"] > .progressmeter-internal-box > .progressmeter-stack > .progressmeter-progressbar {\r
-      visibility: collapse;\r
-  }\r
-\r
-  .progress-text \r
-    {\r
-      font-weight         : normal !important;\r
-    }\r
-  \r
-  progressmeter \r
-    {\r
-      min-width           : 100px;\r
-      margin              : 0px 4px 0px 4px;\r
-      border              : 1px inset #CCD0DD;\r
-    }\r
-\r
-  progressmeter > .progressmeter-internal-box \r
-    {\r
-      border              : 1px solid #000000;\r
-    }\r
-\r
-/* progress indicators */\r
-  .progress-bar \r
-    {\r
-           background-color    : #6699cc;\r
-      border-right        : 1px outset #6699cc;\r
-    }\r
-  \r
-  .progress-remainder \r
-    {\r
-           background-color    : #999999;\r
-    }\r
-\r
-  .progressmeter-statusbar \r
-    {\r
-      border              : 1px solid #9999CC;\r
-      margin              : 1px 4px 1px 4px;\r
-    }\r
-\r
-  .progressmeter-statusbar > .progressmeter-internal-box\r
-    {\r
-      border              : none;\r
-      padding             : 1px;\r
-    }\r
-    \r
-  .progressmeter-progressbar[statusbar="true"] > .progress-bar\r
-    {\r
-      background-color    : #9999CC;\r
-      border-right        : none;\r
-    }\r
-   \r
-  .progressmeter-progressbar[statusbar="true"] > .progress-remainder\r
-    {\r
-      background-color    : #CCD0DD;\r
-    }\r
-    \r
-/** XUL <scrollbar> element **/\r
-  scrollbar \r
-    { \r
-      user-focus          : ignore; \r
-    } \r
-\r
-\r
-/* XUL <colorpicker> pieces */\r
-.colorpickertile \r
-  {\r
-    width                 : 20px;\r
-    height                : 20px;\r
-    margin                : 1px;\r
-    border                : 1px inset #CCD0DD;\r
-  }\r
-\r
-.colorpickertile:hover \r
-  {\r
-    border                : 1px solid #FFFFFF;\r
-  }\r
-\r
-.colorpickertile[selected="true"] \r
-  {\r
-    border                : 1px solid #000000;\r
-  }\r
+/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
+    a particular application should be in that application's style sheet.
+       For example style definitions for navigator can be found in navigator.css
+
+   THIS FILE IS LOCKED DOWN.  YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
+   CHANGES REVIEWED BY hyatt@netscape.com.
+**/
+
+/* import the widget style sheets */
+
+/* all localizable skin settings shall live here */
+@import url(chrome://global/locale/intl.css);
+
+@import url(chrome://global/skin/box.css);
+@import url(chrome://global/skin/button.css);
+@import url(chrome://global/skin/checkbox.css);
+@import url(chrome://global/skin/radio.css);
+@import url(chrome://global/skin/tree.css);
+@import url(chrome://global/skin/splitter.css);
+@import url(chrome://global/skin/radio.css);
+@import url(chrome://global/skin/menubutton.css);
+@import url(chrome://global/skin/menulist.css);
+@import url(chrome://global/skin/menu.css);
+@import url(chrome://global/skin/formatting.css);
+@import url(chrome://global/skin/textfield.css);
+@import url(chrome://global/skin/tabcontrol.css);
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
+@namespace html url("http://www.w3.org/1999/xhtml"); 
+
+/**
+ * XXX-DEBUG: HTML namespace/titledbutton striping. 
+ **/ 
+  html|* 
+    {
+      border              : 1px solid green !important;
+    }
+  
+  html|form 
+    {
+      border              : none !important;
+    }
+  
+  titledbutton 
+    {
+      border              : 1px solid purple !important;
+    }
+
+/**  
+ * XUL <window> element
+ **/
+  window 
+    { 
+      background-color    : #CCD0DD;
+      font                : 3mm tahoma,arial,helvetica,sans-serif;
+      padding             : 0px;
+    }
+  
+  window[wait-cursor] 
+    { 
+      cursor              : wait !important; 
+    }
+  
+  window.dialog 
+    { 
+      background-color    : #CCD0DD;
+      padding             : 7px 5px 5px 5px;
+    }
+
+/**
+ * XUL <box> debugging
+ **/
+  :-moz-horizontal-box-debug 
+    {
+      border              : 2px solid blue;
+      border-top-width    : 10px;
+      padding             : 2px;
+      margin              : 2px;
+      color               : white;
+    }
+  
+  :-moz-vertical-box-debug 
+    {
+      border              : 2px solid red;
+      border-left-width   : 10px;
+      padding             : 2px;
+      margin              : 2px;
+      color               : white;
+    }
+
+/**
+ * Utility icons (used for alert dialogs, etc)
+ **/
+  .message-icon 
+    {
+      list-style-image    : url("chrome://global/skin/message-icon.gif");
+    }
+
+  .alert-icon 
+    {
+      list-style-image    : url("chrome://global/skin/alert-icon.gif");
+    }
+  
+  .error-icon 
+    {
+      list-style-image    : url("chrome://global/skin/error-icon.gif");
+    }
+  
+  .question-icon 
+    {
+      list-style-image    : url("chrome://global/skin/question-icon.gif");
+    }
+
+  statusbarpanel
+    {
+      padding             : 0px 1px 0px 1px;
+      vertical-align      : middle;
+    }
+
+  .statusbar-panel-icon
+    {
+      margin              : 0px 2px 0px 0px;
+    }
+
+/**
+ * status-bar
+ */
+  #status-bar 
+    {
+      border-top          : 1px solid #9999CC;
+      background-color    : #CCD0DD;
+      user-focus          : ignore;
+      overflow            : hidden
+    }
+
+  .statusbar-left
+    {
+      width               : 8px;
+      list-style-image    : url("chrome://global/skin/gray-bottomleft.gif");
+      background-position : bottom left;
+    }
+
+  .statusbar-right
+    {
+      width               : 8px;
+      list-style-image    : url("chrome://global/skin/gray-bottomright.gif");
+      background-position : bottom right;
+    }
+
+/**
+ * html|iframe default sizing 
+ **/
+  html|iframe 
+    {
+      min-width           : 10px;
+      min-height          : 10px;
+      width               : 100px;
+      height              : 100px;
+      border              : none;
+    }
+
+/** 
+ * XUL <progressmeter> 
+ **/
+  progressmeter[mode="undetermined"] > .progressmeter-internal-box
+    {
+      background-image    : url(chrome://global/skin/progressmeter-busy.gif);
+    }
+  progressmeter[mode="undetermined"] > .progressmeter-internal-box > .progressmeter-stack > .progressmeter-progressbar {
+      visibility: collapse;
+  }
+
+  .progress-text 
+    {
+      font-weight         : normal !important;
+    }
+  
+  progressmeter 
+    {
+      min-width           : 100px;
+      margin              : 0px 4px 0px 4px;
+      border              : 1px inset #CCD0DD;
+    }
+
+  progressmeter > .progressmeter-internal-box 
+    {
+      border              : 1px solid #000000;
+    }
+
+/* progress indicators */
+  .progress-bar 
+    {
+           background-color    : #6699cc;
+      border-right        : 1px outset #6699cc;
+    }
+  
+  .progress-remainder 
+    {
+           background-color    : #999999;
+    }
+
+  .progressmeter-statusbar 
+    {
+      border              : 1px solid #9999CC;
+      margin              : 1px 4px 1px 4px;
+    }
+
+  .progressmeter-statusbar > .progressmeter-internal-box
+    {
+      border              : none;
+      padding             : 1px;
+    }
+    
+  .progressmeter-progressbar[statusbar="true"] > .progress-bar
+    {
+      background-color    : #9999CC;
+      border-right        : none;
+    }
+   
+  .progressmeter-progressbar[statusbar="true"] > .progress-remainder
+    {
+      background-color    : #CCD0DD;
+    }
+    
+/** XUL <scrollbar> element **/
+  scrollbar 
+    { 
+      user-focus          : ignore; 
+    } 
+
+
+/* XUL <colorpicker> pieces */
+.colorpickertile 
+  {
+    width                 : 20px;
+    height                : 20px;
+    margin                : 1px;
+    border                : 1px inset #CCD0DD;
+  }
+
+.colorpickertile:hover 
+  {
+    border                : 1px solid #FFFFFF;
+  }
+
+.colorpickertile[selected="true"] 
+  {
+    border                : 1px solid #000000;
+  }
+
index fde1f7b424ba498b251ce8fce367ba1e8680210f..a2860a3cb11bdf118d7d47f08ccd189baa040179 100755 (executable)
Binary files a/EarlyBlue/global/skin/taskbar-addressbook.gif and b/EarlyBlue/global/skin/taskbar-addressbook.gif differ
index 6b193d6f7e3cd8a6b4df0653a658cfbc50d7d84c..c489b557859bcf7c0e08f5a7052965c8f5eb5742 100755 (executable)
@@ -349,3 +349,4 @@ searchterm {
 }
 
 
 }
 
 
+
index d5b5f46d105b302483ec4850f82c772c712cea96..3c8f8a96744d5c889fd9a2d845d35aa0d8e05891 100755 (executable)
@@ -116,7 +116,7 @@ iframe {
 
 #button-file[open="true"] > .button-internal-box {
        border: 1px inset #CCCCDD;
 
 #button-file[open="true"] > .button-internal-box {
        border: 1px inset #CCCCDD;
-        padding               : 1px 0px 0px 2px;
+        padding               : 2px 0px 0px 2px;
 }
 
 #button-file > .button-internal-box 
 }
 
 #button-file > .button-internal-box 
@@ -147,6 +147,10 @@ iframe {
        list-style-image:url("chrome://messenger/skin/mark_dis.gif");
 }
 
        list-style-image:url("chrome://messenger/skin/mark_dis.gif");
 }
 
+#button-mark menuitem {
+       list-style-image:url("chrome://messenger/skin/mark.gif");
+}
+
 #button-delete {
        list-style-image:url("chrome://messenger/skin/trash.gif");
 }
 #button-delete {
        list-style-image:url("chrome://messenger/skin/trash.gif");
 }
@@ -349,3 +353,4 @@ searchterm {
 }
 
 
 }
 
 
+
index 94a4d541167b5f0f98073e91745299f8cc72697e..2e06b21b6e1d186a41083f8ab1c2bf96c1c0ca96 100755 (executable)
   {
     font                  : inherit;
     border                : none;
   {
     font                  : inherit;
     border                : none;
-    padding               : 1px;
+    padding               : 0px;
     margin                : 0px;
   }
 
     margin                : 0px;
   }
 
 .button-toolbar-4:hover:active 
   {
     text-decoration       : none;
 .button-toolbar-4:hover:active 
   {
     text-decoration       : none;
-    padding               : 2px 0px 0px 2px;
+/*    padding               : 2px 0px 0px 2px; */
+    padding               : 0px;
   }
   
 menubutton.button-toolbar-4
   }
   
 menubutton.button-toolbar-4
@@ -280,12 +281,18 @@ menubutton.button-toolbar-4
   }
 
 .button-toolbar-4 > .button-internal-box,
   }
 
 .button-toolbar-4 > .button-internal-box,
-.button-toolbar-4:hover:active > .button-internal-box,
 .button-toolbar-4 > .menubutton-internal-box
   {
     border                : none;
 .button-toolbar-4 > .menubutton-internal-box
   {
     border                : none;
-    padding               : 0px;
-    padding-left          : 2px;
+    padding               : 1px;
+    padding-left          : 3px;
   }
 
   }
 
+.button-toolbar-4:hover:active > .button-internal-box,
+.button-toolbar-4:hover:active > .menubutton-internal-box
+  {
+    padding               : 2px 0px 0px 4px;
+  }
+
+
 
 
index 351b03b5a2e9a81a356c7d62dc06c91741091cd0..bcc1cb6a0160f7fcfe2ab045fcf59a7392076df0 100755 (executable)
       padding               : 2px 1px 0px 3px;
     }
 
       padding               : 2px 1px 0px 3px;
     }
 
+ .button-toolbar-4:hover:active,
+ .button-toolbar-4[open="true"]
+    {
+      padding               : 0px;
+    }
+
 /** 
  * Navigation bar style menubuttons 
  **/
 /** 
  * Navigation bar style menubuttons 
  **/
@@ -226,3 +232,4 @@ menubutton > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menub
 /*    padding-bottom           : 17px;  */
     padding-bottom           : 24px;  
   }
 /*    padding-bottom           : 17px;  */
     padding-bottom           : 24px;  
   }
+
index 996ea34353a5ab4f3b55ad2f6c4fe7713bf4d6f2..c4c4c62b350b3059e1db7fc8e7f3af1f802772ed 100755 (executable)
@@ -14,16 +14,23 @@ thumb {
   background-color: #9C9CFF;
   padding: 1px;
   list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif");
   background-color: #9C9CFF;
   padding: 1px;
   list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif");
+  text-align: center;
+  vertical-align: middle;
 }
 
 thumb[disabled="true"] {
    list-style-image: url("chrome://global/skin/scroll-thumb-horiz-disabled.gif");
 }
 
 }
 
 thumb[disabled="true"] {
    list-style-image: url("chrome://global/skin/scroll-thumb-horiz-disabled.gif");
 }
 
-thumb[align="vertical"] {
+scrollbar[align="vertical"] > slider > thumb {
+  -moz-binding: url(chrome://global/skin/workaround.xml#thumbv);
    list-style-image: url("chrome://global/skin/scroll-thumb-vert.gif");
 }
 
    list-style-image: url("chrome://global/skin/scroll-thumb-vert.gif");
 }
 
+scrollbar[align="vertical"] > slider > thumb[disabled="true"] {
+   list-style-image: url("chrome://global/skin/scroll-thumb-vert-disabled.gif")
+}
+
 scrollbarbutton {
   vertical-align: bottom;
   cursor: default;
 scrollbarbutton {
   vertical-align: bottom;
   cursor: default;
@@ -67,29 +74,33 @@ scrollbarbutton[type="increment"][disabled="true"] {
 }
 
 
 }
 
 
-scrollbar[align="vertical"] scrollbarbutton[type="decrement"] {
+scrollbar[align="vertical"] scrollbarbutton[type="decrement"] {
    list-style-image: url("chrome://global/skin/scroll-up-hover.gif");
    background-image: url("chrome://global/skin/scrollbtn-up.gif");
    margin: 0px;
    margin-bottom: 3px;
 }
 
    list-style-image: url("chrome://global/skin/scroll-up-hover.gif");
    background-image: url("chrome://global/skin/scrollbtn-up.gif");
    margin: 0px;
    margin-bottom: 3px;
 }
 
-scrollbar[align="vertical"] scrollbarbutton[type="decrement"][disabled="true"] {
+scrollbar[align="vertical"] scrollbarbutton[type="decrement"][disabled="true"] {
    list-style-image: url("chrome://global/skin/scroll-up-disabled.gif");
 }
 
    list-style-image: url("chrome://global/skin/scroll-up-disabled.gif");
 }
 
-scrollbar[align="vertical"] scrollbarbutton[type="increment"] {
+scrollbar[align="vertical"] scrollbarbutton[type="increment"] {
    list-style-image: url("chrome://global/skin/scroll-down-hover.gif");
    background-image: url("chrome://global/skin/scrollbtn-down.gif");
    margin: 0px;
    margin-top: 3px;
 }
 
    list-style-image: url("chrome://global/skin/scroll-down-hover.gif");
    background-image: url("chrome://global/skin/scrollbtn-down.gif");
    margin: 0px;
    margin-top: 3px;
 }
 
-scrollbar[align="vertical"] scrollbarbutton[type="increment"][disabled="true"] {
+scrollbar[align="vertical"] scrollbarbutton[type="increment"][disabled="true"] {
    list-style-image: url("chrome://global/skin/scroll-down-disabled.gif"); 
 }
 
    list-style-image: url("chrome://global/skin/scroll-down-disabled.gif"); 
 }
 
-slider[align="vertical"] thumb:active {
+thumb:active {
+   background-color: #008484;
+}
+
+thumb:hover {
    background-color: #FFCF00;
 }
 
    background-color: #FFCF00;
 }
 
@@ -98,3 +109,4 @@ slider {
 }
 
 
 }
 
 
+
index ca38d392aeea3231a5464fdade8d4171fa34caed..4612862ec6ecce4702129ec334f591e04fb67253 100755 (executable)
Binary files a/LCARStrek/global/skin/taskbar-addressbook.gif and b/LCARStrek/global/skin/taskbar-addressbook.gif differ
index a6af9909b74e4dd990db1d4baa2223579ca4c375..07eb393809b16dded5ab2396f438612bb26a6832 100755 (executable)
@@ -1,43 +1,43 @@
-#mini-nav \r
-  {\r
-         list-style-image      : url("chrome://global/skin/taskbar-navigator.gif");\r
-  }\r
-\r
-#mini-mail \r
-  {\r
-         list-style-image      : url("chrome://global/skin/taskbar-mail.gif");\r
-  }\r
-\r
-#mini-addr \r
-  {\r
-         list-style-image      : url("chrome://global/skin/taskbar-addressbook.gif");\r
-  }\r
-\r
-#mini-comp \r
-  {\r
-         list-style-image      : url("chrome://global/skin/taskbar-composer.gif");\r
-  }\r
-\r
-#taskbar \r
-  {\r
-         min-height            : 1em;\r
-       -moz-user-focus            : ignore;\r
-  }\r
-\r
-.taskbutton \r
-  {\r
-         margin-right          : 1em !important;\r
-  }\r
-\r
-.taskbarspacer \r
-  {\r
-    min-width             : 0.3em;\r
-    width                 : 1em;\r
-  }\r
-\r
-/*\r
-#taskbar > toolbargrippy\r
-  {\r
-    display               : none;\r
-  }\r
-*/
\ No newline at end of file
+#mini-nav 
+  {
+         list-style-image      : url("chrome://global/skin/taskbar-navigator.gif");
+  }
+
+#mini-mail 
+  {
+         list-style-image      : url("chrome://global/skin/taskbar-mail.gif");
+  }
+
+#mini-addr 
+  {
+         list-style-image      : url("chrome://global/skin/taskbar-addressbook.gif");
+  }
+
+#mini-comp 
+  {
+         list-style-image      : url("chrome://global/skin/taskbar-composer.gif");
+  }
+
+#taskbar 
+  {
+         min-height            : 1em;
+       -moz-user-focus            : ignore;
+  }
+
+.taskbutton 
+  {
+         margin-right          : 1em !important;
+  }
+
+.taskbarspacer 
+  {
+    min-width             : 0.3em;
+    width                 : 1em;
+  }
+
+/*
+#taskbar > toolbargrippy
+  {
+    display               : none;
+  }
+*/
index bf2e443adaf7c7fe4f1f2005fe2282549feb7aa7..9188ba87e0bb574a0199969f75a60090aba8ff59 100755 (executable)
-/*\r
-The contents of this file are subject to the Netscape Public\r
-License Version 1.1 (the "License"); you may not use this file\r
-except in compliance with the License. You may obtain a copy of\r
-the License at http://www.mozilla.org/NPL/\r
-\r
-Software distributed under the License is distributed on an "AS\r
-IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
-implied. See the License for the specific language governing\r
-rights and limitations under the License.\r
-\r
-The Original Code is Mozilla Communicator client code, released\r
-March 31, 1998.\r
-\r
-The Initial Developer of the Original Code is Netscape\r
-Communications Corporation. Portions created by Netscape are\r
- Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
-Rights Reserved.\r
-*/\r
\r
-@import url(chrome://communicator/skin/);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
\r
-/* CardView styles - used in the Card View Pane*/\r
-\r
-#CardViewBox {\r
-/*     overflow: auto;*/\r
-       background-color: #000000;\r
-       min-width: 150px;\r
-       -moz-user-focus: ignore;\r
-}\r
-\r
-#CardViewInnerBox {\r
-       margin-top: 2px;\r
-       margin-bottom: 2px;\r
-       padding-left: 8px;\r
-       padding-right: 8px;\r
-}\r
-\r
-#CardTitle {\r
-       font-size: 150%;\r
-       font-weight: bold;\r
-       border-bottom: 2px solid #6000CF;\r
-       min-width: 120px;\r
-       margin: 0px;\r
-}\r
\r
-.cardViewGroup {\r
-       margin-top: 8px;\r
-       padding-bottom: 5px;\r
-       min-width: 50px;\r
-}\r
-\r
-[class="CardViewHeading"] {\r
-       padding: 1px;\r
-       padding-left: 5px;\r
-       margin: 0px 0px 1px 0px;\r
-       background-color: #008484;\r
-       color: #000000;\r
-       font-weight: bold;\r
-       min-width: 30px;\r
-}\r
-\r
-[class="CardViewText"] {\r
-       padding-left: 20px;\r
-       padding-right: 2px;\r
-       min-width: 30px;\r
-       margin: 0px;\r
-}\r
-\r
-html|a[class="CardViewText"] {\r
-       padding-left: 20px;\r
-       padding-right: 2px;\r
-       min-width: 30px;\r
-}\r
-\r
-\r
-/* CardEdit styles - used in the Card Edit Dialog */\r
-\r
-[class="CardEditWidth"] {\r
-       width: 25em;\r
-}\r
-\r
-[class="CardEditLabel"] {\r
-       padding: 0px;\r
-       margin-top: 3px;\r
-}\r
-\r
-[class="alignBoxWithFieldset"] {\r
-       margin-left: 6px;\r
-       margin-right: 5px;\r
-}\r
-\r
-.stateZipSpacer { width: 3em; }\r
-\r
-\r
-/* Custom Trees */\r
-\r
-tree { \r
-       border-left: 1px solid transparent;\r
-}\r
-\r
-#headRow > treecell {\r
-       background-color: #9C9CFF;\r
-        border-right: 1px solid black;\r
-}\r
-\r
-treeitem[selected="true"] > treerow { \r
-/*     color: black;\r
-       background-color: #CCCCDD; */\r
-}\r
-\r
-tree[class="abDirectory"] treeitem > treerow > treecell > .tree-icon {\r
-       list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");\r
-}\r
-\r
-tree[class="abResults"] treeitem > treerow > treecell.cardicon {\r
-       list-style-image: url("chrome://messenger/skin/addressbook/person.gif");\r
-       height: 14px;\r
-       min-height: 14px;\r
-}\r
-\r
-\r
-/* Address Book specific style */\r
-\r
-#results_box {\r
-       border-left: 8px solid #CCCCDD;\r
-}\r
\r
-[hide] {\r
-  visibility: collapse;\r
-}\r
-\r
-#button-newcard {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");\r
-}\r
-\r
-#button-newcard[disabled="true"] {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif");\r
-}\r
-\r
-#button-newlist {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");\r
-}\r
-\r
-#button-newlist[disabled="true"] {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif");\r
-}\r
-\r
-#button-editcard {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");\r
-}\r
-\r
-#button-editcard[disabled="true"] {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif");\r
-}\r
-\r
-#button-newmessage {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");\r
-}\r
-\r
-#button-newmessage[disabled="true"] {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif");\r
-}\r
-\r
-#button-delete {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;\r
-}\r
-\r
-#button-delete[disabled="true"] {\r
-       list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;\r
-}\r
-\r
-#button-stop {\r
-       list-style-image:url("chrome://global/skin/stop.gif");\r
-}\r
-\r
-#button-stop[disabled="true"] {\r
-       list-style-image:url("chrome://global/skin/stop_dis.gif");\r
-}\r
-\r
-#button-search {\r
-       list-style-image:url("chrome://global/skin/search.gif");\r
-}\r
-\r
-#button-search[disabled="true"] {\r
-       list-style-image:url("chrome://global/skin/search_dis.gif");\r
-}\r
-\r
-#searchlabel {\r
-       padding: 0px;\r
-       padding-left: 5px;\r
-       padding-bottom:2px;\r
-       white-space: nowrap;\r
-       font-size: smaller;\r
-       min-width: 20px;\r
-}\r
-\r
-#searchtext {\r
-       min-width: 20px;\r
-       padding: 0px;\r
-}\r
-\r
-treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               \r
-                                                                                                                                               \r
-  list-style-image: none !important;                                             \r
-                                                                                                                                               \r
-}    \r
+/*
+The contents of this file are subject to the Netscape Public
+License Version 1.1 (the "License"); you may not use this file
+except in compliance with the License. You may obtain a copy of
+the License at http://www.mozilla.org/NPL/
+
+Software distributed under the License is distributed on an "AS
+IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+implied. See the License for the specific language governing
+rights and limitations under the License.
+
+The Original Code is Mozilla Communicator client code, released
+March 31, 1998.
+
+The Initial Developer of the Original Code is Netscape
+Communications Corporation. Portions created by Netscape are
+ Copyright (C) 1998-1999 Netscape Communications Corporation. All
+Rights Reserved.
+*/
+@import url(chrome://communicator/skin/);
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
+/* CardView styles - used in the Card View Pane*/
+
+#CardViewBox {
+/*     overflow: auto;*/
+       background-color: #000000;
+       min-width: 150px;
+       -moz-user-focus: ignore;
+}
+
+#CardViewInnerBox {
+       margin-top: 2px;
+       margin-bottom: 2px;
+       padding-left: 8px;
+       padding-right: 8px;
+}
+
+#CardTitle {
+       font-size: 150%;
+       font-weight: bold;
+       border-bottom: 2px solid #6000CF;
+       min-width: 120px;
+       margin: 0px;
+}
+.cardViewGroup {
+       margin-top: 8px;
+       padding-bottom: 5px;
+       min-width: 50px;
+}
+
+[class="CardViewHeading"] {
+       padding: 1px;
+       padding-left: 5px;
+       margin: 0px 0px 1px 0px;
+       background-color: #008484;
+       color: #000000;
+       font-weight: bold;
+       min-width: 30px;
+}
+
+[class="CardViewText"] {
+       padding-left: 20px;
+       padding-right: 2px;
+       min-width: 30px;
+       margin: 0px;
+}
+
+html|a[class="CardViewText"] {
+       padding-left: 20px;
+       padding-right: 2px;
+       min-width: 30px;
+}
+
+
+/* CardEdit styles - used in the Card Edit Dialog */
+
+[class="CardEditWidth"] {
+       width: 25em;
+}
+
+[class="CardEditLabel"] {
+       padding: 0px;
+       margin-top: 3px;
+}
+
+[class="alignBoxWithFieldset"] {
+       margin-left: 6px;
+       margin-right: 5px;
+}
+
+.stateZipSpacer { width: 3em; }
+
+
+/* Custom Trees */
+
+tree { 
+       border-left: 1px solid transparent;
+}
+
+#headRow > treecell {
+       background-color: #9C9CFF;
+        border-right: 1px solid black;
+}
+
+treeitem[selected="true"] > treerow { 
+/*     color: black;
+       background-color: #CCCCDD; */
+}
+
+tree[class="abDirectory"] treeitem > treerow > treecell > .tree-icon {
+       list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
+}
+
+tree[class="abResults"] treeitem > treerow > treecell.cardicon {
+       list-style-image: url("chrome://messenger/skin/addressbook/person.gif");
+       height: 14px;
+       min-height: 14px;
+}
+
+
+/* Address Book specific style */
+
+#results_box {
+       border-left: 8px solid #CCCCDD;
+}
+[hide] {
+  visibility: collapse;
+}
+
+#button-newcard {
+       list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
+}
+
+#button-newcard:hover {
+       list-style-image:url("chrome://messenger/skin/addressbook/newcard-hover.gif");
+}
+
+#button-newcard[disabled="true"] {
+       list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif");
+}
+
+#button-newlist {
+       list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
+}
+
+#button-newlist:hover {
+       list-style-image:url("chrome://messenger/skin/addressbook/newlist-hover.gif");
+}
+
+#button-newlist[disabled="true"] {
+       list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif");
+}
+
+#button-editcard {
+       list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
+}
+
+#button-editcard:hover {
+       list-style-image:url("chrome://messenger/skin/addressbook/edit-hover.gif");
+}
+
+#button-editcard[disabled="true"] {
+       list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif");
+}
+
+#button-newmessage {
+       list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
+}
+
+#button-newmessage:hover {
+       list-style-image:url("chrome://messenger/skin/addressbook/newmsgab-hover.gif");
+}
+
+#button-newmessage[disabled="true"] {
+       list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif");
+}
+
+#button-delete {
+       list-style-image:url("chrome://messenger/skin/addressbook/trash.gif");
+}
+
+#button-delete:hover {
+       list-style-image:url("chrome://messenger/skin/addressbook/trash-hover.gif");
+}
+
+#button-delete[disabled="true"] {
+       list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif");
+}
+
+/*
+#button-delete {
+       list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;
+}
+
+#button-delete:hover {
+       list-style-image:url("chrome://messenger/skin/addressbook/trash-hover.gif") !important;
+}
+
+#button-delete[disabled="true"] {
+       list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;
+}
+*/
+
+#button-stop {
+       list-style-image:url("chrome://global/skin/stop.gif");
+}
+
+#button-stop:hover {
+       list-style-image:url("chrome://global/skin/stop-hover.gif");
+}
+
+#button-stop[disabled="true"] {
+       list-style-image:url("chrome://global/skin/stop_dis.gif");
+}
+
+#button-search {
+       list-style-image:url("chrome://global/skin/search.gif");
+}
+
+#button-search:hover {
+       list-style-image:url("chrome://global/skin/search-hover.gif");
+}
+
+#button-search[disabled="true"] {
+       list-style-image:url("chrome://global/skin/search_dis.gif");
+}
+
+#searchlabel {
+       padding: 0px;
+       padding-left: 5px;
+       padding-bottom:2px;
+       white-space: nowrap;
+       font-size: smaller;
+       min-width: 20px;
+}
+
+#searchtext {
+       min-width: 20px;
+       padding: 0px;
+}
+
+treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
+                                                                                                                                               
+  list-style-image: none !important;                                             
+                                                                                                                                               
+}    
+
index 7bf10bca137af5f29cc74dcdf20763df8a44ffb0..534d6a7c49d3f95e2b070db1e9f588fc70fbe721 100755 (executable)
@@ -128,28 +128,42 @@ iframe {
 
 #button-file {
        list-style-image:url("chrome://messenger/skin/file.gif");
 
 #button-file {
        list-style-image:url("chrome://messenger/skin/file.gif");
+        padding: 1px;
 }
 
 }
 
-#button-file:hover,
-#FileButtonMenu:hover > button,
-#FileButtonMenu > button:hover,
-#FileButtonMenu[open="true"] > button {
+#button-file:hover {
        list-style-image:url("chrome://messenger/skin/file-hover.gif");
         background-color: #FFCF00;
         color: #000000;
        list-style-image:url("chrome://messenger/skin/file-hover.gif");
         background-color: #FFCF00;
         color: #000000;
+        padding: 2px 0px 0px 2px;
+}
+
+#button-file[open="true"] {
+       list-style-image:url("chrome://messenger/skin/file-hover.gif");
+        background-color: #FF9F00;
+        color: #000000;
+        padding: 2px 0px 0px 2px;
 }
 
 #button-file[disabled="true"],
 }
 
 #button-file[disabled="true"],
-#FileButtonMenu:hover > button[disabled="true"],
-#FileButtonMenu > button[disabled="true"]:hover,
-#FileButtonMenu[open="true"] > button[disabled="true"] {
+#button-file:hover[disabled="true"],
+#button-file[open="true"][disabled="true"] {
        list-style-image:url("chrome://messenger/skin/file_dis.gif");
         background-color: #000000;
         color: #8050B0;
        list-style-image:url("chrome://messenger/skin/file_dis.gif");
         background-color: #000000;
         color: #8050B0;
+        padding: 1px;
 }
 
 }
 
-#FileButtonMenu {
-        background-color: transparent;
+#button-file > .button-internal-box 
+{
+        vertical-align: middle;
+        text-align: center;
+}
+
+#button-file > .button-internal-box > .menubutton-single-text 
+{
+        padding-top         : 3px;
+        text-align          : center;
 }
 
 #button-next {
 }
 
 #button-next {
@@ -164,6 +178,29 @@ iframe {
        list-style-image:url("chrome://messenger/skin/next_dis.gif");
 }
 
        list-style-image:url("chrome://messenger/skin/next_dis.gif");
 }
 
+#button-mark {
+       list-style-image:url("chrome://messenger/skin/mark.gif");
+}
+
+#button-mark:hover,
+#button-mark:hover:active,
+#button-mark > .menubutton-internal-box > .menubutton-dual-button:hover,
+#button-mark > .menubutton-internal-box > .menubutton-dual-button:hover:active,
+#button-mark[open="true"] > .menubutton-internal-box > .menubutton-dual-button
+  {
+       list-style-image:url("chrome://messenger/skin/mark-hover.gif");
+  }
+
+#button-mark[disabled="true"],
+#button-mark[disabled="true"]:hover,
+#button-mark[disabled="true"]:hover:active,
+#button-mark[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button:hover,
+#button-mark[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button:hover:active
+  {
+       list-style-image:url("chrome://messenger/skin/mark_dis.gif");
+  }
+
+
 #button-delete {
        list-style-image:url("chrome://messenger/skin/trash.gif");
 }
 #button-delete {
        list-style-image:url("chrome://messenger/skin/trash.gif");
 }
@@ -212,65 +249,65 @@ iframe {
 }
 
 
 }
 
 
-.folderMenuItem > .menu-left {
+.folderMenuItem {
  list-style-image: url("chrome://messenger/skin/folder-closed.gif");
 }
 
 
  list-style-image: url("chrome://messenger/skin/folder-closed.gif");
 }
 
 
-.folderMenuItem[open="true"] > .menu-left {
+.folderMenuItem[open="true"] {
  list-style-image: url("chrome://messenger/skin/folder-open.gif");
 }
 
 /* special folder */
  list-style-image: url("chrome://messenger/skin/folder-open.gif");
 }
 
 /* special folder */
-.folderMenuItem[SpecialFolder="Inbox"] > .menu-left {
+.folderMenuItem[SpecialFolder="Inbox"] {
  list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
 }
 
  list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
 }
 
-.folderMenuItem[SpecialFolder="Inbox"][open="true"] > .menu-left
+.folderMenuItem[SpecialFolder="Inbox"][open="true"]
 {
     list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
 }
 
 {
     list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
 }
 
-.folderMenuItem[SpecialFolder="Trash"] > .menu-left {
+.folderMenuItem[SpecialFolder="Trash"] {
  list-style-image: url("chrome://messenger/skin/folder-trash.gif");
 }
 
  list-style-image: url("chrome://messenger/skin/folder-trash.gif");
 }
 
-.folderMenuItem[SpecialFolder="Trash"][open="true"] > .menu-left {
+.folderMenuItem[SpecialFolder="Trash"][open="true"] {
  list-style-image: url("chrome://messenger/skin/folder-trash.gif");
 }
 
  list-style-image: url("chrome://messenger/skin/folder-trash.gif");
 }
 
-.folderMenuItem[IsServer="true"] > .menu-left
+.folderMenuItem[IsServer="true"]
 {
  list-style-image: url("chrome://messenger/skin/server-mail.gif");
 }
 
 {
  list-style-image: url("chrome://messenger/skin/server-mail.gif");
 }
 
-.folderMenuItem[IsServer="true"][open="true"] > .menu-left
+.folderMenuItem[IsServer="true"][open="true"]
 {
  list-style-image: url("chrome://messenger/skin/server-mail.gif");
 }
 
 /* IMAP folders */
 
 {
  list-style-image: url("chrome://messenger/skin/server-mail.gif");
 }
 
 /* IMAP folders */
 
-.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] > .menu-left {
+.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] {
     list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
 }
 
 /* Local Servers */
     list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
 }
 
 /* Local Servers */
-.folderMenuItem[IsServer="true"][ServerType="none"] > .menu-left
+.folderMenuItem[IsServer="true"][ServerType="none"]
 {
  list-style-image: url("chrome://messenger/skin/server-local.gif");
 }
 
 /* News folders */
 {
  list-style-image: url("chrome://messenger/skin/server-local.gif");
 }
 
 /* News folders */
-.folderMenuItem[ServerType="nntp"] > .menu-left {
+.folderMenuItem[ServerType="nntp"] {
     list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
 }
 
     list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
 }
 
-.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] > .menu-left {
+.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] {
     list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
 }
 
     list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
 }
 
-.folderMenuItem[IsServer="true"][ServerType="nntp"] > .menu-left {
+.folderMenuItem[IsServer="true"][ServerType="nntp"] {
     list-style-image: url("chrome://messenger/skin/server-news.gif");
 }
 
     list-style-image: url("chrome://messenger/skin/server-news.gif");
 }
 
@@ -387,3 +424,4 @@ searchterm {
 }
 
 
 }
 
 
+