finish sync of LCARStrek with Firefox 24 windows theme changes
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index be6686a6a3e628f41a691ab7fdda8e4595bdd4f4..4c4c3c33d654c4e5b752cbb93e8c7a140383ff97 100644 (file)
@@ -6,13 +6,30 @@ window {
   padding: 0;
 }
 
+.webconsole-timestamp,
+.webconsole-msg-body,
+.jsterm-input-node,
+.jsterm-complete-node {
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+}
+
+/*
+ * This hardcoded width likely due to a toolkit Windows specific bug.
+ * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7
+ */
+
+.hud-filter-box {
+  width: 200px;
+}
+
+/* === webconsole.inc.css === */
+
 /* General output styles */
 
 .webconsole-timestamp {
   color: #8050B0;
   margin-top: 0;
   margin-bottom: 0;
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .hud-msg-node {
@@ -26,12 +43,6 @@ window {
   height: 8px;
 }
 
-.hud-output-node div {
-  -moz-user-select: text;
-  white-space: pre-wrap;
-  -moz-user-focus: normal;
-}
-
 .hud-clickable {
   cursor: pointer;
   text-decoration: underline;
@@ -81,16 +92,20 @@ window {
   text-align: end;
 }
 
+.webconsole-mixed-content {
+  color: #FF0000;
+}
+
+.webconsole-mixed-content-link {
+  color: #3333FF;
+  margin: 0;
+}
+
 .hud-msg-node[selected="true"] > .webconsole-timestamp,
 .hud-msg-node[selected="true"] > .webconsole-location {
   color: inherit;
 }
 
-.jsterm-input-node,
-.jsterm-complete-node {
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
-}
-
 .hud-output-node {
   -moz-appearance: none;
   border-bottom: 1px solid #9C9CFF;
@@ -102,8 +117,19 @@ window {
   display: none;
 }
 
+.hidden-message {
+  display: block;
+  visibility: hidden;
+  height: 0;
+  overflow: hidden;
+}
+
 /* WebConsole colored drops */
 
+.webconsole-filter-button {
+  -moz-user-focus: normal;
+}
+
 .webconsole-filter-button[checked] {
   /* color: white !important; */
 }
@@ -201,15 +227,6 @@ window {
   -moz-image-region: rect(24px, 32px, 32px, 24px);
 }
 
-webconsole-mixed-content {
-  color: #FF0000;
-}
-
-.webconsole-mixed-content-link {
-  color: #9C9CFF;
-  margin: 0;
-}
-
 /* Input and output styles */
 .webconsole-msg-input > .webconsole-msg-icon-container,
 .webconsole-msg-output > .webconsole-msg-icon-container {
@@ -223,19 +240,7 @@ webconsole-mixed-content {
 .webconsole-msg-output {
   -moz-image-region: rect(24px, 48px, 32px, 40px);
 }
-/*
-.webconsole-close-button {
-  border: none;
-  padding-top: 4px;
-  padding-bottom: 5px;
-  list-style-image: url("chrome://global/skin/icons/close-button.gif");
-}
 
-.webconsole-close-button:hover,
-.webconsole-close-button:hover:active {
-  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
-}
-*/
 /* JSTerm Styles */
 
 .jsterm-input-node,
@@ -245,7 +250,7 @@ webconsole-mixed-content {
 }
 
 .jsterm-input-node {
-  background: url("chrome://browser/skin/devtools/commandline.png") 4px 3px no-repeat;
+  background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16) no-repeat;
 }
 
 :-moz-any(.jsterm-input-node,
@@ -257,17 +262,6 @@ webconsole-mixed-content {
   color: #8050B0;
 }
 
-/* Filter */
-
-/*
- * This hardcoded width likely due to a toolkit Windows specific bug.
- * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7
- */
-
-.hud-filter-box {
-  width: 200px;
-}
-
 .webconsole-msg-inspector iframe {
   height: 7em;
   margin-bottom: 15px;
@@ -280,6 +274,8 @@ webconsole-mixed-content {
   border: none;
 }
 
+/* Security styles */
+
 .webconsole-msg-security > .webconsole-msg-icon-container {
   -moz-border-start: solid #FF0000 6px;
 }
@@ -288,3 +284,11 @@ webconsole-mixed-content {
   background-color: #FF0000;
   border-color: #FFCF00;
 }
+
+.webconsole-msg-security.webconsole-msg-error {
+  -moz-image-region: rect(32px, 16px, 40px, 8px);
+}
+
+.webconsole-msg-security.webconsole-msg-warn {
+  -moz-image-region: rect(32px, 24px, 40px, 16px);
+}