third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / canvasdebugger.css
index b57b929f21605146bb4e0a7d96bfe3d932c715d7..6d99e543515df63a7c6ac482c780702d7bb77a3f 100644 (file)
@@ -9,12 +9,18 @@
                           linear-gradient(45deg, rgba(128,128,128,0.2) 25%, transparent 25%, transparent 75%, rgba(128,128,128,0.2) 75%, rgba(128,128,128,0.2));
 }
 
+:root.theme-dark,
+:root.theme-light,
+:root.theme-firebug {
+  --draw-call-background: #403800;
+  --interesting-call-background: #272740;
+}
+
 /* Reload and waiting notices */
 
 .notice-container {
   margin-top: -50vh;
-  background-color: var(--theme-toolbar-background);
-  color: var(--theme-body-color);
+  color: var(--theme-body-color-alt);
 }
 
 #empty-notice > button {
 
 /* Snapshots pane */
 
-#snapshots-pane > tabs {
-  -moz-border-end: 1px solid;
-}
-
-#snapshots-pane .devtools-toolbar {
-  -moz-border-end: 1px solid;
-
-  -moz-border-end-color: #9C9CFF; /* Match the splitter color. */
+#snapshots-pane {
+  border-inline-end: 1px solid var(--theme-splitter-color);
 }
 
 #record-snapshot {
   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 {
   image-rendering: -moz-crisp-edges;
-  background-image: linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848), linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848);
+  background-image: var(--checkerboard-pattern);
   background-size: 12px 12px, 12px 12px;
   background-position: 0px 0px, 6px 6px;
   background-repeat: repeat, repeat;
 }
 
 .snapshot-item-thumbnail {
-  background-color: #000000;
+  background-color: var(--theme-body-background);
 }
 
 .snapshot-item-details {
-  -moz-padding-start: 6px;
+  padding-inline-start: 6px;
 }
 
 .snapshot-item-calls {
   font-size: 80%;
 }
 
-.snapshot-item-calls,
-.snapshot-item-save {
-  color: var(--theme-body-color);
-}
-
 .snapshot-item-save {
   padding-bottom: 2px;
   font-size: 90%;
@@ -87,7 +86,7 @@
 
 .snapshot-item-calls,
 .snapshot-item-save {
-  color: #A09090; /* Foreground (Text) - Grey */
+  color: var(--theme-body-color-alt);
 }
 
 .snapshot-item-save {
 /* 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 {
-  -moz-padding-end: 24px;
+  padding-inline-end: 24px;
 }
 
 #calls-slider .scale-slider {
   background: transparent;
 }
 
-#calls-list .side-menu-widget-item {
-  padding: 0;
-}
-
 /* Calls list items */
 
 #calls-list .side-menu-widget-item {
-  border-color: #504848;
+  padding: 0;
+  border-color: var(--theme-splitter-color);
   border-bottom-color: transparent;
 }
 
 }
 
 .call-item-view[draw-call] {
-  background-color: #403800;
+  background-color: var(--draw-call-background);
 }
 
 .call-item-view[interesting-call] {
-  background-color: #272740;
+  background-color: var(--interesting-call-background);
 }
 
 .call-item-gutter {
   color: #000000;
 }
 
-@media (min-resolution: 1.1dppx) {
-  .selected .call-item-gutter {
-    background-image: url("images/editor-debug-location@2x.png");
-  }
-}
-
-.call-item-gutter {
-  background-color: var(--theme-contrastsidebar-background);
-  color: var(--theme-contrastsidebar-color);
-  border-color: var(--theme-contrastsidebar-bordercolor);
-}
-
 .call-item-index {
   text-align: end;
 }
 }
 
 .call-item-location {
-  -moz-padding-start: 2px;
-  -moz-padding-end: 6px;
+  padding-inline-start: 2px;
+  padding-inline-end: 6px;
   text-align: end;
   cursor: pointer;
   color: var(--theme-highlight-bluegrey);
+  border-color: var(--theme-splitter-color);
 }
 
 .call-item-location:hover {
   text-decoration: underline;
 }
 
-.call-item-location {
-  border-color: #A09090;
-}
-
 .call-item-stack {
-  -moz-padding-start: calc(3em + 22px);
+  padding-inline-start: calc(var(--gutter-width) + var(--gutter-padding-start));
   padding-bottom: 10px;
 }
 
 }
 
 .call-item-stack-fn-location {
-  -moz-padding-start: 2px;
-  -moz-padding-end: 6px;
+  padding-inline-start: 2px;
+  padding-inline-end: 6px;
   text-align: end;
   cursor: pointer;
   text-decoration: underline;
 /* Rendering preview */
 
 #screenshot-container {
-  background-image: linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848), linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848);
+  background-color: var(--theme-body-background);
+  background-image: var(--checkerboard-pattern);
   background-size: 30px 30px, 30px 30px;
   background-position: 0px 0px, 15px 15px;
   background-repeat: repeat, repeat;
 }
 
-#screenshot-container {
-  background-color: #000000;
-}
-
 @media (min-width: 701px) {
   #screenshot-container {
     width: 30vw;
 /* Snapshot filmstrip */
 
 #snapshot-filmstrip {
+  border-top: 1px solid var(--theme-splitter-color);
   overflow: hidden;
 }
 
 #snapshot-filmstrip {
-  border-top: 1px solid #000;
   color: var(--theme-body-color);
 }
 
 .filmstrip-thumbnail {
   image-rendering: -moz-crisp-edges;
-  background-image: linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848), linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848);
+  background-color: var(--theme-body-background);
+  background-image: var(--checkerboard-pattern);
   background-size: 12px 12px, 12px 12px;
   background-position: 0px -1px, 6px 5px;
   background-repeat: repeat, repeat;
   cursor: pointer;
   padding-top: 1px;
   padding-bottom: 1px;
+  border-inline-end: 1px solid var(--theme-splitter-color);
   transition: opacity 0.1s ease-in-out;
 }
 
   transform: scaleY(-1);
 }
 
-.filmstrip-thumbnail {
-  background-color: #000000;
-}
-
-.filmstrip-thumbnail {
-  -moz-border-end: 1px solid var(--theme--contrastsidebar-bordercolor)
-}
-
 #snapshot-filmstrip > .filmstrip-thumbnail:hover,
 #snapshot-filmstrip:not(:hover) > .filmstrip-thumbnail[highlighted] {
   border: 1px solid var(--theme-highlight-blue);