sync LCARStrek with windows browser theme changes in Firefox 24
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 1b303c34b1c37acbc3bcfb9289f8aaeae064a682..f52af8ad5df9675c3bfe684a56f92ed83bcea49f 100644 (file)
@@ -7,13 +7,13 @@ window {
   padding: 0;
 }
 
-/* Network requests table */
-
 #body {
   background-color: #000000;
 }
 
-.requests-menu-empty-notice {
+/* Network requests table */
+
+#requests-menu-empty-notice {
   background-color: #A09090;
   border-radius: 8px;
   padding: 12px;
@@ -29,10 +29,6 @@ window {
   display: none;
 }
 
-.requests-menu-header {
-  text-align: center;
-}
-
 .requests-menu-header:first-child {
   -moz-padding-start: 4px;
   -moz-margin-start: 4px;
@@ -51,8 +47,9 @@ window {
 #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 +133,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;
@@ -296,12 +295,14 @@ window {
   background-color: #A09090;
 }
 
+/* SideMenuWidget */
+
 .side-menu-widget-item:nth-child(even) {
   background: rgba(255,159,0,0.1);
 }
 
 .side-menu-widget-item-contents {
-  padding: 0px 4px;
+  padding: 0;
 }
 
 /* Network request details */
@@ -361,6 +362,13 @@ window {
 
 /* 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;
@@ -387,6 +395,47 @@ window {
   transition: transform 0.2s ease-out;
 }
 
+/* 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 +443,12 @@ window {
   }
 
   .requests-menu-header-button {
-    min-height: 23px; /* Remaining 1px comes from border of the button. */
+    min-height: 23px; /* Remaining 1px comes from border of the toolbar. */
+  }
+
+  .requests-menu-footer-button,
+  .requests-menu-footer-label {
+    padding: 0px 2vw;
   }
 
   #details-pane {
@@ -404,13 +458,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 {