devtools need devtools/themes :(
[themes.git] / LCARStrek / browser / devtools / canvasdebugger.css
index ab9e9b06f8fc11adb2507a7c639e3e51cd9fe45f..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 */
   pointer-events: none;
 }
 
-.snapshot-item-footer[saving]::before {
-  display: inline-block;
-  content: "";
-  background: url("chrome://global/skin/icons/loading.gif") center no-repeat;
-  width: 16px;
-  height: 16px;
+.snapshot-item-footer.devtools-throbber::before {
   margin-top: -2px;
-  -moz-margin-end: 4px;
 }
 
 #snapshots-list .selected label {
   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");
   }