fourth part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 1b303c34b1c37acbc3bcfb9289f8aaeae064a682..07ac28c06da4cac8d58bd0adb98a74f4931eb198 100644 (file)
@@ -7,20 +7,18 @@ window {
   padding: 0;
 }
 
-/* Network requests table */
+/* === BEGIN netmonitor.inc.css === */
 
-#body {
-  background-color: #000000;
-}
-
-.requests-menu-empty-notice {
-  background-color: #A09090;
-  border-radius: 8px;
+#requests-menu-empty-notice {
+  margin: 0;
   padding: 12px;
   font-size: 110%;
+
   color: #000000;
 }
 
+/* Network requests table */
+
 #requests-menu-toolbar {
 }
 
@@ -29,10 +27,6 @@ window {
   display: none;
 }
 
-.requests-menu-header {
-  text-align: center;
-}
-
 .requests-menu-header:first-child {
   -moz-padding-start: 4px;
   -moz-margin-start: 4px;
@@ -47,12 +41,17 @@ window {
   -moz-border-end: 1px solid #9C9CFF;
 }
 
+.requests-menu-header:not(:last-child):-moz-locale-dir(rtl),
+.requests-menu-subitem:not(:last-child):-moz-locale-dir(rtl) {
+}
+
 .requests-menu-header-button,
 #requests-menu-status-button {
   background-color: transparent;
   border-radius: 0;
-  min-width: 10px;
+  min-width: 20px;
   margin: 0;
+  font-weight: inherit !important;
   transition: background-color 0.1s ease-in-out;
 }
 
@@ -136,6 +135,8 @@ window {
 
 .requests-menu-status {
   background-color: #A09090;
+  -moz-margin-start: 5px;
+  -moz-margin-end: 5px;
   border-radius: 20px;
   border: 1px solid #000000;
   transition: background-color 0.5s ease-in-out;
@@ -178,6 +179,7 @@ window {
 }
 
 .requests-menu-timings-division:not(:first-child) {
+  -moz-border-start: 1px dotted;
   -moz-margin-start: -100px !important; /* Don't affect layout. */
 }
 
@@ -189,12 +191,27 @@ window {
   transform-origin: right center;
 }
 
+.requests-menu-timings-division[division-scale=millisecond] {
+  -moz-border-start-color: #FF9F00 !important; /* Light foreground text */
+}
+
+.requests-menu-timings-division[division-scale=second] {
+  -moz-border-start-color: #E7ADE7 !important; /* Light orange highlight color */
+  font-weight: 600;
+}
+
+.requests-menu-timings-division[division-scale=minute] {
+  -moz-border-start-color: #FF0000 !important; /* Red highlight color */
+  font-weight: 600;
+}
+
 /* Network requests table: waterfall items */
 
 .requests-menu-subitem.requests-menu-waterfall {
   -moz-padding-start: 4px;
   -moz-padding-end: 4px;
   background-repeat: repeat-y; /* Background created on a <canvas> in js. */
+  background-position: -1px center;
   margin-top: -1px; /* Compensate borders. */
   margin-bottom: -1px;
 }
@@ -227,7 +244,8 @@ window {
 
 .requests-menu-timings-cap {
   width: 4px;
-  height: 10px;
+  height: 8px;
+
   border: 1px solid #FFCF00;
 }
 
@@ -261,7 +279,8 @@ window {
 }
 
 .requests-menu-timings-box {
-  height: 10px;
+  height: 8px;
+
   border-top: 1px solid #FFCF00;
   border-bottom: 1px solid #FFCF00;
 }
@@ -296,18 +315,23 @@ window {
   background-color: #A09090;
 }
 
-.side-menu-widget-item:nth-child(even) {
-  background: rgba(255,159,0,0.1);
-}
+/* SideMenuWidget */
 
 .side-menu-widget-item-contents {
-  padding: 0px 4px;
+  padding: 0px;
+}
+
+.side-menu-widget-container {
+  box-shadow: none !important;
+}
+
+.side-menu-widget-item:not(.selected)[odd] {
+  background: rgba(255,159,0,0.1);
 }
 
 /* Network request details */
 
 #details-pane {
-  background-color: #000000;
   max-width: 500px;
 }
 
@@ -340,12 +364,10 @@ window {
   -moz-padding-start: 4px;
   -moz-padding-end: 3px;
   font-weight: 600;
-  color: #9C9CFF;
 }
 
 .tabpanel-summary-value {
   -moz-padding-start: 3px;
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 /* Headers tabpanel */
@@ -359,8 +381,20 @@ window {
   padding-top: 2px;
 }
 
+#headers-summary-resend {
+  margin: 0 6px;
+/*  min-height: 20px;*/
+}
+
 /* Response tabpanel */
 
+#response-content-info-header {
+  background-color: #A09090;
+  color: #000000;
+  margin: 0;
+  padding: 5px 8px;
+}
+
 #response-content-image-box {
   padding-top: 10px;
   padding-bottom: 10px;
@@ -381,12 +415,73 @@ window {
 #timings-tabpanel .requests-menu-timings-box {
   transition: transform 0.2s ease-out;
   min-width: 1px;
+  border: none;
 }
 
 #timings-tabpanel .requests-menu-timings-total {
   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 {
+  border-top: 1px solid #9C9CFF;
+  padding-top: 3px;
+}
+
+.requests-menu-footer-button,
+.requests-menu-footer-label {
+  min-width: 1em;
+  margin: 0;
+  -moz-margin-end: 3px;
+  border: none;
+  padding: 0px 1.5vw;
+
+/*  color: #fff;*/
+}
+
+.requests-menu-footer-spacer {
+  min-width: 2px;
+}
+
+.requests-menu-footer-spacer,
+.requests-menu-footer-button {
+}
+
+.requests-menu-footer-button {
+}
+
+.requests-menu-footer-button:hover {
+}
+
+.requests-menu-footer-button:hover:active {
+}
+
+.requests-menu-footer-button:not(:active)[checked] {
+}
+
+.requests-menu-footer-label {
+  font-weight: 600;
+}
+
 /* Responsive sidebar */
 @media (max-width: 700px) {
   #requests-menu-toolbar {
@@ -394,7 +489,12 @@ window {
   }
 
   .requests-menu-header-button {
-    min-height: 23px; /* Remaining 1px comes from border of the button. */
+    min-height: 24px;
+  }
+
+  .requests-menu-footer-button,
+  .requests-menu-footer-label {
+    padding: 0px 2vw;
   }
 
   #details-pane {
@@ -404,13 +504,12 @@ window {
   }
 
   .requests-menu-status-and-method {
-    width: 14vw;
+    width: 16vw;
   }
 
   .requests-menu-file,
   .requests-menu-domain {
     width: 30vw;
-    min-width: 10em;
   }
 
   .requests-menu-type {
@@ -441,3 +540,5 @@ window {
        right border and box-shadow of "File" column should be hidden. */
   }
 }
+
+/* === END netmonitor.inc.css === */