update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / editor / editorPrimaryToolbar.css
index e5e5ca33c84321f67f8993a04949abc0bb882017..9f621eb654d7d222f2ef36869d0bb564b4ca80e9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -24,7 +24,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
@@ -85,7 +85,7 @@
 #saveButton[dirty="true"]:hover,
 #saveButton[dirty="true"]:hover:active {
   list-style-image: url("chrome://editor/skin/icons/savefile-hover.gif");
-} 
+}
 
 #saveButton[dirty="true"][disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important;
@@ -98,7 +98,7 @@
 #publishButton:hover,
 #publishButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/publish-hover.gif");
-} 
+}
 
 #publishButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/publish-disabled.gif") !important;
 
 #previewButton {
   list-style-image: url("chrome://editor/skin/icons/preview.gif");
-} 
+}
 
 #previewButton:hover,
 #previewButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/preview-hover.gif");
-} 
+}
 
 #previewButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/preview-disabled.gif") !important;
 }
 
 #printButton:hover,
-#printButton[buttonover="true"],
-#printButton[buttondown="true"],
+#printButton:hover:active,
 #printButton[open="true"] {
   list-style-image: url("chrome://global/skin/icons/print-hover.gif");
-} 
+}
 
 #printButton[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
 #findButton:hover,
 #findButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/find-hover.gif");
-} 
+}
 
 #findButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
 #linkButton:hover,
 #linkButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/link-hover.gif");
-} 
+}
 
 #linkButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/link-disabled.gif") !important;
 #hlineButton:hover,
 #hlineButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/hline-hover.gif");
-} 
+}
 
 #hlineButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/hline-disabled.gif") !important;
 
 #spellingButton {
   list-style-image: url("chrome://editor/skin/icons/spell.gif");
-} 
+}
+
 #spellingButton:hover,
 #spellingButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/spell-hover.gif");
   list-style-image: url("chrome://editor/skin/icons/cut.gif");
 }
 
+#cutButton:hover,
+#cutButton:hover:active {
+  list-style-image: url("chrome://editor/skin/icons/cut-hover.gif");
+}
+
 #cutButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important;
 }
   list-style-image: url("chrome://editor/skin/icons/copy.gif");
 }
 
+#copyButton:hover,
+#copyButton:hover:active {
+  list-style-image: url("chrome://editor/skin/icons/copy-hover.gif");
+}
+
 #copyButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/copy-disabled.gif") !important;
 }
   list-style-image: url("chrome://editor/skin/icons/paste.gif");
 }
 
+#pasteButton:hover,
+#pasteButton:hover:active {
+  list-style-image: url("chrome://editor/skin/icons/paste-hover.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");
+  list-style-image: url("chrome://editor/skin/icons/find.gif");
+}
+
+#findButton:hover,
+#findButton:hover:active {
+  list-style-image: url("chrome://editor/skin/icons/find-hover.gif");
 }
 
 #findButton[disabled="true"] {
-  list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important;
+  list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
 }