devtools need devtools/themes :(
[themes.git] / LCARStrek / browser / devtools / canvasdebugger.css
index b852703a4435218e6f673f28418f9820a7de6b37..5072242f975f1cbc89bdf3befa5bbc3b343aa535 100644 (file)
@@ -6,7 +6,6 @@
 
 .notice-container {
   margin-top: -50vh;
-  font-size: 120%;
   background-color: var(--theme-toolbar-background);
   color: var(--theme-body-color);
 }
@@ -22,9 +21,8 @@
   display: none;
 }
 
-#import-notice {
-  font-size: 250%;
-  color: #FFCF00;
+#waiting-notice {
+  font-size: 110%;
 }
 
 /* Snapshots pane */
   list-style-image: url("debugger-step-out.png");
 }
 
-@media (min-resolution: 2dppx) {
+@media (min-resolution: 1.25dppx) {
   #resume {
     list-style-image: url(debugger-play@2x.png);
     -moz-image-region: rect(0px,64px,32px,32px);
   background-size: 12px;
 }
 
-@media (min-resolution: 2dppx) {
+@media (min-resolution: 1.25dppx) {
   .selected .call-item-gutter {
     background-image: url("editor-debug-location@2x.png");
   }