diff --git a/mozilla/themes/classic/editor/images/bold-disabled.gif b/mozilla/themes/classic/editor/images/bold-disabled.gif index e9a56574053..c9505d6150e 100644 Binary files a/mozilla/themes/classic/editor/images/bold-disabled.gif and b/mozilla/themes/classic/editor/images/bold-disabled.gif differ diff --git a/mozilla/themes/classic/editor/images/bold-hover-active.gif b/mozilla/themes/classic/editor/images/bold-hover-active.gif index 38641768f2b..e3872faec94 100644 Binary files a/mozilla/themes/classic/editor/images/bold-hover-active.gif and b/mozilla/themes/classic/editor/images/bold-hover-active.gif differ diff --git a/mozilla/themes/classic/editor/images/bold-hover.gif b/mozilla/themes/classic/editor/images/bold-hover.gif index 3acbad5a360..88cfa61b6d8 100644 Binary files a/mozilla/themes/classic/editor/images/bold-hover.gif and b/mozilla/themes/classic/editor/images/bold-hover.gif differ diff --git a/mozilla/themes/classic/editor/images/bold.gif b/mozilla/themes/classic/editor/images/bold.gif index e0b95756df5..9011f5cb0ff 100644 Binary files a/mozilla/themes/classic/editor/images/bold.gif and b/mozilla/themes/classic/editor/images/bold.gif differ diff --git a/mozilla/themes/classic/editor/images/italic-disabled.gif b/mozilla/themes/classic/editor/images/italic-disabled.gif index f263eda58a7..85bf8c1e5c7 100644 Binary files a/mozilla/themes/classic/editor/images/italic-disabled.gif and b/mozilla/themes/classic/editor/images/italic-disabled.gif differ diff --git a/mozilla/themes/classic/editor/images/italic-hover-active.gif b/mozilla/themes/classic/editor/images/italic-hover-active.gif index 07abdafcf7a..55a9ed336ca 100644 Binary files a/mozilla/themes/classic/editor/images/italic-hover-active.gif and b/mozilla/themes/classic/editor/images/italic-hover-active.gif differ diff --git a/mozilla/themes/classic/editor/images/italic-hover.gif b/mozilla/themes/classic/editor/images/italic-hover.gif index 8733e95a641..3f4f63629f6 100644 Binary files a/mozilla/themes/classic/editor/images/italic-hover.gif and b/mozilla/themes/classic/editor/images/italic-hover.gif differ diff --git a/mozilla/themes/classic/editor/images/italic.gif b/mozilla/themes/classic/editor/images/italic.gif index 078f6b2bdf1..a3463fabf52 100644 Binary files a/mozilla/themes/classic/editor/images/italic.gif and b/mozilla/themes/classic/editor/images/italic.gif differ diff --git a/mozilla/themes/classic/editor/images/underline-disabled.gif b/mozilla/themes/classic/editor/images/underline-disabled.gif index 109b5ea5223..f51ac2ed70e 100644 Binary files a/mozilla/themes/classic/editor/images/underline-disabled.gif and b/mozilla/themes/classic/editor/images/underline-disabled.gif differ diff --git a/mozilla/themes/classic/editor/images/underline-hover-active.gif b/mozilla/themes/classic/editor/images/underline-hover-active.gif index 4e0cb6520e4..596bf58dc58 100644 Binary files a/mozilla/themes/classic/editor/images/underline-hover-active.gif and b/mozilla/themes/classic/editor/images/underline-hover-active.gif differ diff --git a/mozilla/themes/classic/editor/images/underline-hover.gif b/mozilla/themes/classic/editor/images/underline-hover.gif index 3d66ae506df..c178a3e9270 100644 Binary files a/mozilla/themes/classic/editor/images/underline-hover.gif and b/mozilla/themes/classic/editor/images/underline-hover.gif differ diff --git a/mozilla/themes/classic/editor/images/underline.gif b/mozilla/themes/classic/editor/images/underline.gif index 7faee89d76f..6ed4cf21566 100644 Binary files a/mozilla/themes/classic/editor/images/underline.gif and b/mozilla/themes/classic/editor/images/underline.gif differ diff --git a/mozilla/themes/classic/navigator/mac/navigator.css b/mozilla/themes/classic/navigator/mac/navigator.css index b9f25125f81..89990aad787 100644 --- a/mozilla/themes/classic/navigator/mac/navigator.css +++ b/mozilla/themes/classic/navigator/mac/navigator.css @@ -218,10 +218,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { margin-left : 0px; } -#print-button { - list-style-image:url("chrome://global/skin/print.gif"); -} - #print-button { list-style-image : url("chrome://global/skin/print.gif"); diff --git a/mozilla/themes/classic/navigator/unix/navigator.css b/mozilla/themes/classic/navigator/unix/navigator.css index 2a2fcd04a95..bf0f3b4fcdd 100644 --- a/mozilla/themes/classic/navigator/unix/navigator.css +++ b/mozilla/themes/classic/navigator/unix/navigator.css @@ -200,10 +200,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { margin-left : 0px; } -#print-button { - list-style-image:url("chrome://global/skin/print.gif"); -} - #print-button { list-style-image : url("chrome://global/skin/print.gif"); diff --git a/mozilla/themes/classic/navigator/win/navigator.css b/mozilla/themes/classic/navigator/win/navigator.css index a104ebd7a3a..78822fec37d 100644 --- a/mozilla/themes/classic/navigator/win/navigator.css +++ b/mozilla/themes/classic/navigator/win/navigator.css @@ -223,10 +223,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { padding : 2px; } -#print-button { - list-style-image:url("chrome://global/skin/print.gif"); -} - #print-button { list-style-image : url("chrome://global/skin/print.gif");