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:
timeless%mozdev.org 2003-08-14 19:08:36 +00:00
Родитель 70616a4f7a
Коммит 4f2f31a9c9
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

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