X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FwebConsole.css;h=b5f125f51d6c50151540c21b0ef253c62ee45fbe;hp=88bcc2310b42371868a2a68bca667d601a0454ed;hb=3e6e0e5c00feea277ec18fc64d75b4bdb2f5d0a1;hpb=a0885fa2d9ce75ad3952b3fe05395dcf4cc96c42 diff --git a/LCARStrek/global/webConsole.css b/LCARStrek/global/webConsole.css index 88bcc231..b5f125f5 100644 --- a/LCARStrek/global/webConsole.css +++ b/LCARStrek/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: #000000; + 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; @@ -289,3 +308,14 @@ padding: 1px 0px; -moz-box-align: center; } + +.web-console-panel { + -moz-appearance: none; + background-color: black; +} + +.web-console-panel > .hud-box { + height: 100%; + width: 100%; + background-color: black; +}