From df3ffd31cca930c19e9476924c1ee1d693f8d95f Mon Sep 17 00:00:00 2001 From: "philringnalda%gmail.com" Date: Sat, 29 Dec 2007 06:27:42 +0000 Subject: [PATCH] Bug 406416 - No down arrow on next button in table cell properties dialog with rows selected, r=mkmelin, sr=neil git-svn-id: svn://10.0.0.236/trunk@242174 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/themes/pinstripe/editor/EditorDialog.css | 7 +------ mozilla/mail/themes/qute/editor/EditorDialog.css | 7 +------ mozilla/suite/themes/classic/editor/EditorDialog.css | 7 +------ mozilla/suite/themes/modern/editor/EditorDialog.css | 3 --- 4 files changed, 3 insertions(+), 21 deletions(-) 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");