diff --git a/browser/themes/gnomestripe/devtools/gcli.css b/browser/themes/gnomestripe/devtools/gcli.css index b924b667b33..2c28933a214 100644 --- a/browser/themes/gnomestripe/devtools/gcli.css +++ b/browser/themes/gnomestripe/devtools/gcli.css @@ -110,6 +110,7 @@ margin-bottom: 3px; -moz-margin-start: 3px; -moz-margin-end: 6px; + list-style-image: none; } /* Extract from display.css, we only want these 2 rules */ diff --git a/browser/themes/gnomestripe/devtools/webconsole.css b/browser/themes/gnomestripe/devtools/webconsole.css index 2b8196df7b5..77635f3f891 100644 --- a/browser/themes/gnomestripe/devtools/webconsole.css +++ b/browser/themes/gnomestripe/devtools/webconsole.css @@ -70,6 +70,11 @@ font: 12px "DejaVu Sans Mono", monospace; } +.hud-msg-node { + list-style-image: url(chrome://browser/skin/devtools/webconsole.png); + -moz-image-region: rect(0, 1px, 0, 0); +} + .webconsole-msg-icon { margin: 3px 4px; width: 8px; @@ -87,8 +92,6 @@ -moz-margin-start: 3px; -moz-margin-end: 6px; white-space: pre-wrap; - list-style-image: url(chrome://browser/skin/devtools/webconsole.png); - -moz-image-region: rect(0, 1px, 0, 0); font: 12px "DejaVu Sans Mono", monospace; } diff --git a/browser/themes/pinstripe/devtools/gcli.css b/browser/themes/pinstripe/devtools/gcli.css index 59125ab97ae..f2d40e298bd 100644 --- a/browser/themes/pinstripe/devtools/gcli.css +++ b/browser/themes/pinstripe/devtools/gcli.css @@ -110,6 +110,7 @@ margin-bottom: 3px; -moz-margin-start: 3px; -moz-margin-end: 6px; + list-style-image: none; } /* Extract from display.css, we only want these 2 rules */ diff --git a/browser/themes/pinstripe/devtools/webconsole.css b/browser/themes/pinstripe/devtools/webconsole.css index a5bc2e4220a..ef28d4ccbc9 100644 --- a/browser/themes/pinstripe/devtools/webconsole.css +++ b/browser/themes/pinstripe/devtools/webconsole.css @@ -73,6 +73,11 @@ font: 11px Menlo, Monaco, monospace; } +.hud-msg-node { + list-style-image: url(chrome://browser/skin/devtools/webconsole.png); + -moz-image-region: rect(0, 1px, 0, 0); +} + .webconsole-msg-icon { margin: 3px 4px; width: 8px; @@ -90,8 +95,6 @@ -moz-margin-start: 3px; -moz-margin-end: 6px; white-space: pre-wrap; - list-style-image: url(chrome://browser/skin/devtools/webconsole.png); - -moz-image-region: rect(0, 1px, 0, 0); font: 11px Menlo, Monaco, monospace; } diff --git a/browser/themes/winstripe/devtools/gcli.css b/browser/themes/winstripe/devtools/gcli.css index f6aa20db2a3..5002b2c6510 100644 --- a/browser/themes/winstripe/devtools/gcli.css +++ b/browser/themes/winstripe/devtools/gcli.css @@ -110,6 +110,7 @@ margin-bottom: 3px; -moz-margin-start: 3px; -moz-margin-end: 6px; + list-style-image: none; } /* Extract from display.css, we only want these 2 rules */ diff --git a/browser/themes/winstripe/devtools/webconsole.css b/browser/themes/winstripe/devtools/webconsole.css index 9fbc63c2dea..07a2d7d3e47 100644 --- a/browser/themes/winstripe/devtools/webconsole.css +++ b/browser/themes/winstripe/devtools/webconsole.css @@ -69,6 +69,11 @@ font: 12px Consolas, Lucida Console, monospace; } +.hud-msg-node { + list-style-image: url(chrome://browser/skin/devtools/webconsole.png); + -moz-image-region: rect(0, 1px, 0, 0); +} + .webconsole-msg-icon { margin: 3px 4px; width: 8px; @@ -86,8 +91,6 @@ -moz-margin-start: 3px; -moz-margin-end: 6px; white-space: pre-wrap; - list-style-image: url(chrome://browser/skin/devtools/webconsole.png); - -moz-image-region: rect(0, 1px, 0, 0); font: 12px Consolas, Lucida Console, monospace; }