keep up with Classic / EarlyBlue
[themes.git] / LCARStrek / editor / editorPrimaryToolbar.css
index d9b2433c3c93cc4b9ceb13a5714d3682a5145187..e5e5ca33c84321f67f8993a04949abc0bb882017 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[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;
+}