X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=bc546f9c573346c3058dbfd0be282463a1edd477;hp=4de0915d270d499fc540a0f171f489a20db413ae;hb=6dc70335b2a0bf287f39b81011cb275c8158622c;hpb=5a199ba1b9eca2066fdf892fe1d4ac96b3b5d19f diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 4de0915d..bc546f9c 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -113,8 +113,6 @@ a { } #output-wrapper { - background: #000000; - color: #FF9F00; direction: ltr; border-bottom: 1px solid #9C9CFF; overflow: auto; @@ -128,6 +126,10 @@ a { align-items: flex-start; } +#output-container.hideTimestamps > .message > .timestamp { + display: none; +} + .filtered-by-type, .filtered-by-string { display: none;