X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fconsole.css;fp=EarlyBlue%2Fglobal%2Fconsole.css;h=8d949d204650b594d865b530d8369d58fbe700df;hp=0d3225246a53d81534c0b73a49f3c479b53993b7;hb=d84b9613e1a1e1e6892338ba0df362fd68886085;hpb=6046f02728e083dbd359a9ee7946cd76dc74fb35 diff --git a/EarlyBlue/global/console.css b/EarlyBlue/global/console.css index 0d322524..8d949d20 100644 --- a/EarlyBlue/global/console.css +++ b/EarlyBlue/global/console.css @@ -38,7 +38,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ===== console.css ==================================================== - == Styles used by the JavaScript Console window. + == Styles used by the Error Console window. ======================================================================= */ .console-box { @@ -61,7 +61,7 @@ } .console-icon { - list-style-image : inherit !important; + list-style-image: inherit !important; } /* ..... error rows ..... */ @@ -101,24 +101,22 @@ .console-row-code[selected="true"], .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { - color: inherit !important; + color: inherit !important; } /* ::::: icons ::::: */ .console-row[type="error"], -.console-row[type="exception"] - { - list-style-image : url("chrome://global/skin/icons/alert-error.gif"); - } +.console-row[type="exception"] { + list-style-image: url("chrome://global/skin/icons/alert-error.gif"); +} -.console-row[type="warning"] - { - list-style-image : url("chrome://global/skin/icons/alert-exclam.gif"); - } +.console-row[type="warning"] { + list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); +} .console-row[type="message"] { - list-style-image : url("chrome://global/skin/icons/alert-message.gif"); + list-style-image: url("chrome://global/skin/icons/alert-message.gif"); } /* ::::: toolbars ::::: */