first part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / debugger.css
index af4db2e3fa3c8742524fa393de0047da4fe8c051..968eb4fdb57330ebd6798d55efb6dc96693514f6 100644 (file)
@@ -303,21 +303,12 @@ window {
 }
 
 .dbg-expression-arrow {
 }
 
 .dbg-expression-arrow {
-  background-image: url("images/commandline-icon.png");
-  background-position: -16px 0;
-  background-repeat: no-repeat;
-  background-size: 32px 16px;
+  background-image: var(--theme-command-line-image-focus);
   width: 16px;
   height: 16px;
   margin: 2px;
 }
 
   width: 16px;
   height: 16px;
   margin: 2px;
 }
 
-@media (min-resolution: 1.1dppx) {
-  .dbg-expression-arrow {
-    background-image: url("images/commandline-icon@2x.png");
-  }
-}
-
 .dbg-expression-input {
   color: inherit;
 }
 .dbg-expression-input {
   color: inherit;
 }