X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FwebConsole.css;h=ade85f346288c7e4140858af7f702bd130d31d61;hp=a468233dd6641ab5573c69ceb3846f6439afe018;hb=38b75e2e0c3847fd3a7410d927995343cb72ef3f;hpb=f32e4f112d10222155292db5d6e4fd3031264ac4 diff --git a/EarlyBlue/global/webConsole.css b/EarlyBlue/global/webConsole.css index a468233d..ade85f34 100644 --- a/EarlyBlue/global/webConsole.css +++ b/EarlyBlue/global/webConsole.css @@ -95,6 +95,25 @@ margin: 0 6px; } +/* Repeated messages */ +.webconsole-msg-repeat { + margin: 2px 0; + padding-left: 4px; + padding-right: 4px; + width: 1em; + color: #FFFFFF; + background-color: #FF0000; + border-radius: 40px; + /* font: message-box; */ + font-size: 10px; + font-weight: 600; +} + +/* TODO move this and other functional rules to content - bug 635359 */ +.webconsole-msg-repeat[value="1"] { + display: none; +} + .webconsole-location { margin-top: 0; margin-bottom: 0;