move devtools to separate directory, make HTML-based inspector work
[themes.git] / LCARStrek / devtools / performance.css
similarity index 99%
rename from LCARStrek/browser/devtools/performance.css
rename to LCARStrek/devtools/performance.css
index 810abecfe1cad5dab67af75a885becb36e958ea0..a830f89c61bf6622b1367567cc3dede68218853e 100644 (file)
@@ -878,7 +878,7 @@ call-tree-item:not([origin="content"]) .call-tree-line {
 
 .opt-icon::before {
   content: "";
-  background-image: url(chrome://browser/skin/devtools/webconsole.svg);
+  background-image: url(chrome://devtools/skin/webconsole.svg);
   background-repeat: no-repeat;
   background-size: 72px 60px;
   /* show grey "i" bubble by default */
@@ -931,7 +931,7 @@ ul.frames-list li.selected {
  */
 menuitem.experimental-option::before {
   content: "";
-  background-image: url(chrome://browser/skin/devtools/webconsole.svg);
+  background-image: url(chrome://devtools/skin/webconsole.svg);
   background-repeat: no-repeat;
   background-size: 72px 60px;
   width: 12px;