second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / canvasdebugger.css
index a8163b0d6c883c7713978c1ae41883af3f781d99..6d99e543515df63a7c6ac482c780702d7bb77a3f 100644 (file)
   list-style-image: url("chrome://devtools/skin/images/profiler-stopwatch-tbutton.svg");
 }
 
+#import-snapshot {
+  list-style-image: url("images/import.svg");
+}
+
 /* Snapshots items */
 
 .snapshot-item-thumbnail {
 /* Debugging pane controls */
 
 #resume {
-  list-style-image: url("images/debugger-play.png");
+  list-style-image: url("images/play.svg");
 }
 
 #step-over {
-  list-style-image: url("images/debugger-step-over.png");
+  list-style-image: url("images/debugger-step-over.svg");
 }
 
 #step-in {
-  list-style-image: url("images/debugger-step-in.png");
+  list-style-image: url("images/debugger-step-in.svg");
 }
 
 #step-out {
-  list-style-image: url("images/debugger-step-out.png");
-}
-
-@media (min-resolution: 1.1dppx) {
-  #resume {
-    list-style-image: url(images/debugger-play@2x.png);
-  }
-
-  #step-over {
-    list-style-image: url(images/debugger-step-over@2x.png);
-  }
-
-  #step-in {
-    list-style-image: url(images/debugger-step-in@2x.png);
-  }
-
-  #step-out {
-    list-style-image: url(images/debugger-step-out@2x.png);
-  }
+  list-style-image: url("images/debugger-step-out.svg");
 }
 
 #calls-slider {
   color: #000000;
 }
 
-@media (min-resolution: 1.1dppx) {
-  .selected .call-item-gutter {
-    background-image: url("images/editor-debug-location@2x.png");
-  }
-}
-
 .call-item-index {
   text-align: end;
 }