first part of sync for LCARStrek with browser windows theme in Firefox 23 cycle
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index db74540566db0e0975eacc285c505df0f2a5d0c9..be6686a6a3e628f41a691ab7fdda8e4595bdd4f4 100644 (file)
@@ -6,16 +6,6 @@ window {
   padding: 0;
 }
 
-.hud-outer-wrapper {
-  width: 100%; 
-  height: 100%;
-}
-
-.hud-console-wrapper {
-  width: 100%; 
-  overflow: auto; 
-}
-
 /* General output styles */
 
 .webconsole-timestamp {
@@ -104,7 +94,6 @@ window {
 .hud-output-node {
   -moz-appearance: none;
   border-bottom: 1px solid #9C9CFF;
-  border-top: 1px solid #9C9CFF;
   margin: 0;
 }
 
@@ -115,7 +104,7 @@ window {
 
 /* WebConsole colored drops */
 
-.webconsole-filter-button[checked=true] {
+.webconsole-filter-button[checked] {
   /* color: white !important; */
 }
 
@@ -278,3 +267,24 @@ webconsole-mixed-content {
 .hud-filter-box {
   width: 200px;
 }
+
+.webconsole-msg-inspector iframe {
+  height: 7em;
+  margin-bottom: 15px;
+  -moz-margin-end: 15px;
+  border-radius: 4px;
+}
+
+#webconsole-sidebar > tabs {
+  height: 0;
+  border: none;
+}
+
+.webconsole-msg-security > .webconsole-msg-icon-container {
+  -moz-border-start: solid #FF0000 6px;
+}
+
+.webconsole-filter-button[category="security"] > .toolbarbutton-menubutton-button:before {
+  background-color: #FF0000;
+  border-color: #FFCF00;
+}