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
This commit is contained in:
philringnalda%gmail.com 2007-12-29 06:27:42 +00:00
parent 277208f7c9
commit df3ffd31cc
4 changed files with 3 additions and 21 deletions

View File

@ -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 ::::: */

View File

@ -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 ::::: */

View File

@ -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 ::::: */

View File

@ -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");