keep up with Classic / EarlyBlue
authorrobert <robert>
Sun, 1 Jun 2003 02:34:51 +0000 (02:34 +0000)
committerrobert <robert>
Sun, 1 Jun 2003 02:34:51 +0000 (02:34 +0000)
LCARStrek/browser/browser.css
LCARStrek/communicator/icons/turbo-systray.gif
LCARStrek/communicator/prefpanels.css
LCARStrek/contents.rdf
LCARStrek/editor/editorFormatToolbar.css
LCARStrek/editor/editorPrimaryToolbar.css
LCARStrek/global/toolbar.css
LCARStrek/messenger/subscribe.css

index 55c50cd96a5cafa3865f34b090110ed8d4f28285..4d804cf51366d30cbdd43e98073e5595834d2a03 100644 (file)
@@ -445,7 +445,7 @@ toolbar[iconsize="small"] #history-button[disabled="true"] {
   -moz-box-align: center;
   padding: 0 2px 0 0px;
   border-left: 3px solid #000000;
   -moz-box-align: center;
   padding: 0 2px 0 0px;
   border-left: 3px solid #000000;
-  height: 28px;
+  min-height: 28px;
 }
 
 #minimize-button {
 }
 
 #minimize-button {
index ec6c48947907216edaaf6a52f8e8ba285cfdde8d..4bcc284399f5796b0ec76db69fda54d24d8ef8ea 100644 (file)
Binary files a/LCARStrek/communicator/icons/turbo-systray.gif and b/LCARStrek/communicator/icons/turbo-systray.gif differ
index bc5325045df964131ebe3f4964f6164b69f17fb9..68790e3c5d62d750929a60ae58217f4dab243c7b 100644 (file)
   width: 4em;
 }
 
   width: 4em;
 }
 
+.prefpanel-font-list {
+  -moz-box-flex: 1;
+}
+
+/* ::::: Mouse Wheel ::::: */
+
 #mouseWheelMode {
   width: 9em;
 }
 #mouseWheelMode {
   width: 9em;
 }
index d91a468461a679027bc45287358ab18ca5f1dc4e..da9d6b2854ba5afc83f97d45d9c448718fc2dc3a 100644 (file)
@@ -25,6 +25,7 @@
         <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:editor"/>
         <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:chatzilla"/>
         <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:inspector"/>
         <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:editor"/>
         <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:chatzilla"/>
         <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:inspector"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.3:browser"/>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
@@ -39,4 +40,5 @@
   <RDF:Description about="urn:mozilla:skin:LCARStrek/1.3:chatzilla" chrome:skinVersion="1.2"/>
 -->
   <RDF:Description about="urn:mozilla:skin:LCARStrek/1.3:inspector" chrome:skinVersion="1.2"/>
   <RDF:Description about="urn:mozilla:skin:LCARStrek/1.3:chatzilla" chrome:skinVersion="1.2"/>
 -->
   <RDF:Description about="urn:mozilla:skin:LCARStrek/1.3:inspector" chrome:skinVersion="1.2"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.3:browser" chrome:skinVersion="1.2"/>
 </RDF:RDF>
 </RDF:RDF>
index 5116cb996a2895de810eace9bb855e36fcf5a193..8f703f9b5503c34dafca8696d00b0ab670c0c1d8 100644 (file)
   list-style-image: url("chrome://editor/content/images/innocent_n.gif");
 }
 
   list-style-image: url("chrome://editor/content/images/innocent_n.gif");
 }
 
+.insert-cry > .menu-iconic-left {
+  list-style-image: url("chrome://editor/content/images/cry_n.gif");
+}
+
 .insert-sealed > .menu-iconic-left {
   list-style-image: url("chrome://editor/content/images/sealed_n.gif");
 }
 .insert-sealed > .menu-iconic-left {
   list-style-image: url("chrome://editor/content/images/sealed_n.gif");
 }
index d9b2433c3c93cc4b9ceb13a5714d3682a5145187..e5e5ca33c84321f67f8993a04949abc0bb882017 100644 (file)
@@ -19,6 +19,8 @@
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
+ *   Joe Hewitt (hewitt@netscape.com)
+ *   Patrick Thompson (sailfish@unforgettable.com)
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
 #spellingButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
 }
 #spellingButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
 }
+
+#cutButton {
+  list-style-image: url("chrome://editor/skin/icons/cut.gif");
+}
+
+#cutButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important;
+}
+
+#copyButton {
+  list-style-image: url("chrome://editor/skin/icons/copy.gif");
+}
+
+#copyButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/copy-disabled.gif") !important;
+}
+
+#pasteButton {
+  list-style-image: url("chrome://editor/skin/icons/paste.gif");
+}
+
+#pasteButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/paste-disabled.gif") !important;
+}
+
+#findButton {
+  list-style-image: url("chrome://editor/skin/icons/cut.gif");
+}
+
+#findButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important;
+}
index df7bd62cbb4e00798f0a8c760c5b84936f42c445..bc0ec019a2d96bfca5ec6f88f980841ab3bf1cdc 100644 (file)
@@ -62,13 +62,15 @@ toolbar > .toolbar-holder {
   background-color: #9C9CFF;
 }
 
   background-color: #9C9CFF;
 }
 
-menubar > .toolbar-holder {
+menubar > .toolbar-holder,
+toolbar#toolbar-menubar > .toolbar-holder {
   background-color: #6000CF;
 }
 
 /* ::::: toolbargrippy ::::: */
 
   background-color: #6000CF;
 }
 
 /* ::::: toolbargrippy ::::: */
 
-toolbargrippy {
+toolbargrippy,
+toolbar > .toolbar-begcap {
   -moz-border-radius: 8px 0px 0px 8px;
   -moz-box-orient: vertical;
   -moz-box-align: center;
   -moz-border-radius: 8px 0px 0px 8px;
   -moz-box-orient: vertical;
   -moz-box-align: center;
index 76fa54c083facecfd8fc7339b427d95f08466c4b..c59720b48d38d69b495026347ab2dfe764827209 100644 (file)
@@ -56,8 +56,8 @@ treechildren:-moz-tree-image(subscribedColumn2) {
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
 }
 
-treechildren:-moz-tree-image(SubscribedColumn, Subscribed-true),
-treechildren:-moz-tree-image(subscribedCol, subscribed) {
+treechildren:-moz-tree-image(subscribedColumn, Subscribed-true),
+treechildren:-moz-tree-image(subscribedColumn2, subscribed) {
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }