mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
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:
parent
28d582a493
commit
de2f1ed4e9
@ -64,12 +64,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.console-dots {
|
.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 {
|
.console-caret {
|
||||||
width: 7px;
|
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 ..... */
|
/* ..... message rows ..... */
|
||||||
|
@ -64,12 +64,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.console-dots {
|
.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 {
|
.console-caret {
|
||||||
width: 7px;
|
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 ..... */
|
/* ..... message rows ..... */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user