From: Robert Kaiser Date: Fri, 28 Nov 2014 20:50:47 +0000 (+0100) Subject: make error string not be red on red X-Git-Tag: LCARStrek-2.31~8 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=f1d74fb1ea090f8f47462a8ad3931ecab0628eac make error string not be red on red --- diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 056424c1..290f575a 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -234,7 +234,11 @@ a { } .console-string { - color: #FF0000; + color: #FF9F00; +} + +.message[severity=error] .console-string { + color: #000000; } .message[category=network] > .indent {