update both themes to the state of SeaMonkey 2.3 and Firefox 6
[themes.git] / EarlyBlue / global / webConsole.css
index a468233dd6641ab5573c69ceb3846f6439afe018..8ba4ff7424663e93fe2a2cb479a9184dd90b7bcd 100644 (file)
   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;
   padding: 1px 0px;
   -moz-box-align: center;
 }
+
+.web-console-panel {
+  -moz-appearance: none;
+  background-color: white;
+}
+
+.web-console-panel > .hud-box {
+  height: 100%;
+  width: 100%;
+  background-color: white;
+}