latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / EarlyBlue / editor / editorPrimaryToolbar.css
index 37ff13f83e2c10ee54af66bbbdf97c29854fe4ec..4dde291ee9f1fe9f7db69d073f02287b28db8f17 100644 (file)
@@ -19,6 +19,8 @@
  * 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
 
 #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;
 }
 
+#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/find.gif");
+}
+
+#findButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
+}
+
+#formButton {
+  list-style-image: url("chrome://editor/skin/icons/form.gif");
+}
+
+#formButton[disabled="true"] {
+  list-style-image: url("chrome://editor/skin/icons/form-disabled.gif") !important;
+}