diff --git a/mozilla/mail/themes/pinstripe/editor/EditorDialog.css b/mozilla/mail/themes/pinstripe/editor/EditorDialog.css index e9259ea3085..0bec73e4e65 100644 --- a/mozilla/mail/themes/pinstripe/editor/EditorDialog.css +++ b/mozilla/mail/themes/pinstripe/editor/EditorDialog.css @@ -36,11 +36,6 @@ * * ***** END LICENSE BLOCK ***** */ -/* - THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR - CHANGES REVIEWED BY cmanske@netscape.com. -*/ - @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* The defaults are WAY to big! */ @@ -188,7 +183,7 @@ tree.list { } #NextButton[type="row"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } /* ::::: spelling dialog ::::: */ diff --git a/mozilla/mail/themes/qute/editor/EditorDialog.css b/mozilla/mail/themes/qute/editor/EditorDialog.css index 38fff74dd80..ee81ab585ff 100644 --- a/mozilla/mail/themes/qute/editor/EditorDialog.css +++ b/mozilla/mail/themes/qute/editor/EditorDialog.css @@ -36,11 +36,6 @@ * * ***** END LICENSE BLOCK ***** */ -/* - THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR - CHANGES REVIEWED BY cmanske@netscape.com. -*/ - @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* The defaults are WAY to big! */ @@ -194,7 +189,7 @@ tree.list { } #NextButton[type="row"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } /* ::::: spelling dialog ::::: */ diff --git a/mozilla/suite/themes/classic/editor/EditorDialog.css b/mozilla/suite/themes/classic/editor/EditorDialog.css index 6b94051e56b..7eb04215b68 100644 --- a/mozilla/suite/themes/classic/editor/EditorDialog.css +++ b/mozilla/suite/themes/classic/editor/EditorDialog.css @@ -36,11 +36,6 @@ * * ***** END LICENSE BLOCK ***** */ -/* - THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR - CHANGES REVIEWED BY cmanske@netscape.com. -*/ - @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* The defaults are WAY to big! */ @@ -188,7 +183,7 @@ tree.list { } #NextButton[type="row"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } /* ::::: spelling dialog ::::: */ diff --git a/mozilla/suite/themes/modern/editor/EditorDialog.css b/mozilla/suite/themes/modern/editor/EditorDialog.css index f305ef88f5a..ffd430579a9 100644 --- a/mozilla/suite/themes/modern/editor/EditorDialog.css +++ b/mozilla/suite/themes/modern/editor/EditorDialog.css @@ -39,9 +39,6 @@ /* ==== EditorDialog.css ==================================================== == Styles used by all dialog boxes in the Editor application. - == - == THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT - == FIRST HAVING YOUR CHANGES REVIEWED BY cmanske@netscape.com. ========================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");