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
parent 28d582a493
commit de2f1ed4e9
2 changed files with 4 additions and 4 deletions

View File

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

View File

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