make both Nightly devtools and 48/49 devtools work well
[themes.git] / LCARStrek / devtools / netmonitor.css
index fe378ec64c552ea40abeeee1ea1e07a9d42a9c20..5ee2b67fa6ab39b49d54e967d25a49e7232369e2 100644 (file)
@@ -49,7 +49,6 @@ window {
 #requests-menu-reload-notice-button {
   min-height: 26px;
   margin: 0;
-  background-color: var(--theme-toolbar-background);
 }
 
 /* Network requests table */
@@ -74,8 +73,8 @@ window {
 .requests-menu-header-button {
   background-color: transparent;
   border-image: linear-gradient(transparent 15%,
-                                var(--theme-splitter-color) 15%,
-                                var(--theme-splitter-color) 85%,
+                                var(--theme-toolbar-background) 15%,
+                                var(--theme-toolbar-background) 85%,
                                 transparent 85%) 1 1;
   border-style: solid;
   border-width: 0;
@@ -218,6 +217,24 @@ window {
   width: 8vw;
 }
 
+.requests-menu-cause {
+  max-width: 8em;
+  width: 8vw;
+}
+
+.requests-menu-cause-stack {
+  background-color: var(--theme-body-color-alt);
+  color: var(--theme-body-background);
+  font-size: 8px;
+  font-weight: bold;
+  line-height: 10px;
+  border-radius: 3px;
+  padding: 0 2px;
+  margin: 0;
+  margin-inline-end: 3px;
+  -moz-user-select: none;
+}
+
 .requests-menu-transferred {
   max-width: 8em;
   text-align: center;
@@ -589,6 +606,8 @@ window {
   padding: 0 5px;
   margin: 2px;
   color: var(--theme-body-color);*/
+  margin-top: 0;
+  margin-bottom: 0;
 }
 
 .requests-menu-filter-button:hover {
@@ -602,13 +621,10 @@ window {
 /* Performance analysis buttons */
 
 #requests-menu-network-summary-button {
-  background: none;
   box-shadow: none;
   border-color: transparent;
-  list-style-image: url("images/profiler-stopwatch.svg");
-  -moz-padding-end: 0;
+  list-style-image: url("images/profiler-stopwatch-tbutton.svg");
   cursor: pointer;
-  margin-inline-end: 1em;
   min-width: 0;
 }