Bug 245454: Mailnews' dialogs.css points to non-existant dialog images
p=Stephen Walker, r=neil, sr=bienvenu git-svn-id: svn://10.0.0.236/trunk@163184 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
be489e294b
commit
0cdf119a9b
@ -76,21 +76,18 @@ menu.push[disabled="true"]:hover:active {
|
||||
}
|
||||
|
||||
#convertYes {
|
||||
list-style-image:url("chrome://global/skin/question-icon.gif");
|
||||
list-style-image:url("chrome://global/skin/icons/alert-question.gif");
|
||||
}
|
||||
|
||||
#convertAltering {
|
||||
list-style-image:url("chrome://global/skin/question-icon.gif");
|
||||
list-style-image:url("chrome://global/skin/icons/alert-question.gif");
|
||||
}
|
||||
|
||||
#convertNo {
|
||||
list-style-image:url("chrome://global/skin/alert-icon.gif");
|
||||
list-style-image:url("chrome://global/skin/icons/alert-exclam.gif");
|
||||
}
|
||||
|
||||
/* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
|
||||
#convertDefault {
|
||||
list-style-image:url("chrome://global/skin/question-icon.gif");
|
||||
list-style-image:url("chrome://global/skin/icons/alert-question.gif");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user