X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FwebConsole.css;fp=EarlyBlue%2Fglobal%2FheadsUpDisplay.css;h=0953184fb44347e683624d25b5f368b5fbd9ca2e;hp=7b290a5a5ede30e1a4c07c547d3803b5b3d8b909;hb=706c344c03f7c434b9407c67e1bd904eab88778d;hpb=d3d79c39d7623f7ac09394360a039b579085c2cd diff --git a/EarlyBlue/global/headsUpDisplay.css b/EarlyBlue/global/webConsole.css similarity index 98% rename from EarlyBlue/global/headsUpDisplay.css rename to EarlyBlue/global/webConsole.css index 7b290a5a..0953184f 100644 --- a/EarlyBlue/global/headsUpDisplay.css +++ b/EarlyBlue/global/webConsole.css @@ -85,10 +85,6 @@ color: red; font-weight: bold; } -.hud-hidden { - display: none; -} - .hud-msg-node { width: 100%; margin-top: 0.3em; @@ -105,6 +101,10 @@ width: 100%; } +.hud-filtered-by-type, .hud-filtered-by-string { + display: none; +} + .hud-group:first-child .hud-divider { display: none; }