Fix console.css error-[caret|dash].gif paths. Now Qute as well. r=mconnor

This commit is contained in:
steffen.wilberg%web.de 2004-07-22 13:30:18 +00:00
parent ea7fd4498a
commit b243f4fb91

View File

@ -78,12 +78,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 ..... */