Sync LCARStrek with browser winstripe changes in Firefox 16 cycle
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index c9303d60dc70878eff7706e7bfaf39b26fa5b417..ce4395a320512e2881b2494ed86698ddc43d9f25 100644 (file)
@@ -11,7 +11,7 @@ window {
 }
 
 .hud-box.animated {
-  -moz-transition: height 100ms;
+  transition: height 100ms;
 }
 
 .hud-outer-wrapper {
@@ -217,6 +217,15 @@ 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 {