X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=056424c1e61bd041ee92a018d6386218bb6ab2b9;hp=84012a0537edbb4e4ee3070547edd5b2f1fb27bd;hb=9168a62c02f1b9fe7953f2fba5f32305980ac1a3;hpb=2b5a514788884f7527ad59c3381c75a71d4dbeea diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 84012a05..056424c1 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -225,6 +225,10 @@ a { border-color: #FFCF00; } +.message:hover { + background-color: #404000; +} + .message[severity=error] { background-color: #FF0000; }