feed detection and some other trunk work
[themes.git] / EarlyBlue / editor / editorPrimaryToolbar.css
index b50ace480e9abada2efc7d0e893fbcc1db192624..33c63e8193446559aa0872f89390b84ae89d91bf 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;
+}