fifth and final part of synching LCARStrek with windows theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index f52af8ad5df9675c3bfe684a56f92ed83bcea49f..b1e7b189c049400896df2d673c4eebbc58098678 100644 (file)
@@ -297,12 +297,12 @@ window {
 
 /* SideMenuWidget */
 
-.side-menu-widget-item:nth-child(even) {
-  background: rgba(255,159,0,0.1);
+.side-menu-widget-container {
+  box-shadow: none !important;
 }
 
-.side-menu-widget-item-contents {
-  padding: 0;
+.side-menu-widget-item:nth-child(even) {
+  background: rgba(255,159,0,0.1);
 }
 
 /* Network request details */
@@ -346,7 +346,6 @@ window {
 
 .tabpanel-summary-value {
   -moz-padding-start: 3px;
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 /* Headers tabpanel */
@@ -360,6 +359,11 @@ window {
   padding-top: 2px;
 }
 
+#headers-summary-resend {
+  margin: 0 6px;
+/*  min-height: 20px;*/
+}
+
 /* Response tabpanel */
 
 #response-content-info-header {
@@ -395,6 +399,24 @@ window {
   transition: transform 0.2s ease-out;
 }
 
+/* Custom request form */
+
+#custom-pane {
+  padding: 0.6em 0.5em;
+}
+
+.custom-header {
+  font-size: 1.1em;
+}
+
+.custom-section {
+  margin-top: 0.5em;
+}
+
+#custom-method-value {
+  width: 4.5em;
+}
+
 /* Footer */
 
 #requests-menu-footer {