keep up with Classic development
authorrobert <robert>
Sat, 31 May 2003 19:01:36 +0000 (19:01 +0000)
committerrobert <robert>
Sat, 31 May 2003 19:01:36 +0000 (19:01 +0000)
EarlyBlue/communicator/icons/turbo-systray.gif
EarlyBlue/communicator/prefpanels.css
EarlyBlue/editor/editorFormatToolbar.css
EarlyBlue/editor/editorPrimaryToolbar.css
EarlyBlue/editor/icons/copy-disabled.gif [new file with mode: 0644]
EarlyBlue/editor/icons/copy.gif [new file with mode: 0644]
EarlyBlue/editor/icons/cut-disabled.gif [new file with mode: 0644]
EarlyBlue/editor/icons/cut.gif [new file with mode: 0644]
EarlyBlue/editor/icons/paste-disabled.gif [new file with mode: 0644]
EarlyBlue/editor/icons/paste.gif [new file with mode: 0644]

index ec6c48947907216edaaf6a52f8e8ba285cfdde8d..4bcc284399f5796b0ec76db69fda54d24d8ef8ea 100644 (file)
Binary files a/EarlyBlue/communicator/icons/turbo-systray.gif and b/EarlyBlue/communicator/icons/turbo-systray.gif differ
index 88e803e77cee8332ef14add626ffe75a7beddf33..e9ee543acadd65271b890f619242b8510332c705 100644 (file)
   width: 4em;
 }
 
   width: 4em;
 }
 
+.prefpanel-font-list {
+  -moz-box-flex: 1;
+}
+
+/* ::::: Mouse Wheel ::::: */
+
 #mouseWheelMode {
   width: 9em;
 }
 #mouseWheelMode {
   width: 9em;
 }
index 3a25d5f1aec3a59e00d3c03f5ac3b824f5842e56..08959aee7cf0c79520c4be61fe6800ee76d4e47e 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 b50ace480e9abada2efc7d0e893fbcc1db192624..f7a30dbbf804412d738dd53e19a9fd151d8e8585 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 {
   list-style-image: url("chrome://editor/skin/icons/spell.gif");
 
 #spellingButton {
   list-style-image: url("chrome://editor/skin/icons/spell.gif");
-} 
+}
 
 #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;
+}
diff --git a/EarlyBlue/editor/icons/copy-disabled.gif b/EarlyBlue/editor/icons/copy-disabled.gif
new file mode 100644 (file)
index 0000000..50f9439
Binary files /dev/null and b/EarlyBlue/editor/icons/copy-disabled.gif differ
diff --git a/EarlyBlue/editor/icons/copy.gif b/EarlyBlue/editor/icons/copy.gif
new file mode 100644 (file)
index 0000000..1aa2b03
Binary files /dev/null and b/EarlyBlue/editor/icons/copy.gif differ
diff --git a/EarlyBlue/editor/icons/cut-disabled.gif b/EarlyBlue/editor/icons/cut-disabled.gif
new file mode 100644 (file)
index 0000000..54a46e3
Binary files /dev/null and b/EarlyBlue/editor/icons/cut-disabled.gif differ
diff --git a/EarlyBlue/editor/icons/cut.gif b/EarlyBlue/editor/icons/cut.gif
new file mode 100644 (file)
index 0000000..d4fcc8a
Binary files /dev/null and b/EarlyBlue/editor/icons/cut.gif differ
diff --git a/EarlyBlue/editor/icons/paste-disabled.gif b/EarlyBlue/editor/icons/paste-disabled.gif
new file mode 100644 (file)
index 0000000..6db0f5e
Binary files /dev/null and b/EarlyBlue/editor/icons/paste-disabled.gif differ
diff --git a/EarlyBlue/editor/icons/paste.gif b/EarlyBlue/editor/icons/paste.gif
new file mode 100644 (file)
index 0000000..a898ce8
Binary files /dev/null and b/EarlyBlue/editor/icons/paste.gif differ