Bug 133243 JS Console icons misnamed in Classic theme.
patch by abecevello@sympatico.ca r=bryner sr=alecf a=asa
This commit is contained in:
Родитель
70616a4f7a
Коммит
4f2f31a9c9
|
@ -64,12 +64,12 @@
|
|||
}
|
||||
|
||||
.console-dots {
|
||||
background: url("chrome://global/skin/console/error-dash.gif") repeat-x top;
|
||||
background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top;
|
||||
}
|
||||
|
||||
.console-caret {
|
||||
width: 7px;
|
||||
background: url("chrome://global/skin/console/error-caret.gif") no-repeat top;
|
||||
background: url("chrome://global/skin/console/console-error-caret.gif") no-repeat top;
|
||||
}
|
||||
|
||||
/* ..... message rows ..... */
|
||||
|
|
|
@ -64,12 +64,12 @@
|
|||
}
|
||||
|
||||
.console-dots {
|
||||
background: url("chrome://global/skin/console/error-dash.gif") repeat-x top;
|
||||
background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top;
|
||||
}
|
||||
|
||||
.console-caret {
|
||||
width: 7px;
|
||||
background: url("chrome://global/skin/console/error-caret.gif") no-repeat top;
|
||||
background: url("chrome://global/skin/console/console-error-caret.gif") no-repeat top;
|
||||
}
|
||||
|
||||
/* ..... message rows ..... */
|
||||
|
|
Загрузка…
Ссылка в новой задаче