first part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 6dddd3d9467151a4b8220116af307c78f4423c89..b162d5da91cd89097a76f9671d3c519a7c201d0f 100644 (file)
@@ -270,7 +270,10 @@ box.requests-menu-status[code^="5"] {
 .requests-menu-subitem.requests-menu-waterfall {
   -moz-padding-start: 0px;
   -moz-padding-end: 4px;
-  background-repeat: repeat-y; /* Background created on a <canvas> in js. */
+  /* Background created on a <canvas> in js. */
+  /* @see browser/devtools/netmonitor/netmonitor-view.js */
+  background-image: -moz-element(#waterfall-background);
+  background-repeat: repeat-y;
   background-position: -1px center;
 }