make network panel look decent even in current nightlies
[themes.git] / LCARStrek / devtools / performance.css
index 2cb09b078f6ceb0cdb3d797f4a79f9b89a530eb3..d27599875ea9e31ca74037c1f2df184bc857b028 100644 (file)
@@ -11,7 +11,6 @@
   --focus-cell-border-color: #9C9CFF;
   --row-alt-background-color: #403400;
   --row-hover-background-color: #544400;
-  --filter-image: url(chrome://devtools/skin/images/timeline-filter.svg);
 }
 
 /**
@@ -36,7 +35,7 @@
 }
 
 #filter-button {
-  list-style-image: var(--filter-image);
+  list-style-image: url(images/filter.svg);
 }
 
 #performance-filter-menupopup > menuitem .menu-iconic-left::after {
 /* Recording buttons */
 
 #recordings-controls {
-  background-color: #9C9CFF;
+/*  background-color: #9C9CFF;*/
+  display: flex;
+}
+
+#recording-controls-mount,
+#recording-controls-mount > div,
+#recording-controls-mount > div > .devtools-toolbar {
+  display: flex;
+  flex: 1 1 auto;
 }
 
 #clear-button::before {
   background-image: var(--clear-icon-url);
 }
 
+#main-record-button > image,
 #main-record-button::before {
   background-image: url(images/profiler-stopwatch-tbutton.svg);
 }
 
+#import-button > image,
 #import-button::before {
   background-image: url(images/import.svg);
 }