first part of syncing LCARStrek with Firefox 39 windows theme changes
[themes.git] / LCARStrek / browser / devtools / widgets.css
index 0d6110bd4a9bad1afcfb0eb250df2409a6510718..75db1d04bb9212c1b1c8831f56946ad600365397 100644 (file)
   }
 
   .devtools-responsive-container > .devtools-side-splitter {
+    /* This is a normally vertical splitter, but we have turned it horizontal
+       due to the smaller resolution */
     border: 0;
     margin: 0;
     min-height: 3px;
     height: 3px;
-    margin-bottom: -3px;
+    margin-top: -3px;
+
+    /* Reset the vertical splitter styles */
+    width: auto;
+    min-width: 0;
+
     /* In some edge case the cursor is not changed to n-resize */
     cursor: n-resize;
   }
   cursor: col-resize;
 }
 
+.graph-widget-canvas[input=adjusting-view-area] {
+  cursor: grabbing;
+}
+
 .graph-widget-canvas[input=hovering-selection-contents] {
   cursor: grab;
 }
 }
 
 .line-graph-widget-tooltip[type=maximum] {
-  left: -1px;
-}
-
-.line-graph-widget-tooltip[type=minimum] {
-  left: -1px;
-}
-
-.line-graph-widget-tooltip[type=average] {
-  right: -1px;
-}
-
-.line-graph-widget-tooltip[type=maximum][with-arrows=true] {
   left: 14px;
 }
 
-.line-graph-widget-tooltip[type=minimum][with-arrows=true] {
+.line-graph-widget-tooltip[type=minimum] {
   left: 14px;
 }
 
-.line-graph-widget-tooltip[type=average][with-arrows=true] {
+.line-graph-widget-tooltip[type=average] {
   right: 4px;
 }
 
 }
 
 .table-chart-totals {
-  border-top: 1px solid #A09090; /* Grey foreground text */
+  border-top: 1px solid var(--theme-body-color-alt); /* Grey foreground text */
 }
 
 .table-chart-summary-label {
 }
 
 .table-chart-summary-label {
-  color: #A09090; /* Light foreground text */
+  color: var(--theme-content-color2);
 }
 
 /* Table Widget */
 
 .table-widget-body {
   overflow: auto;
-}
 
-.table-widget-body {
-  background: #000000; /* Background-Sidebar */
+  background: var(--theme-sidebar-background);
 }
 
 .table-widget-body:-moz-locale-dir(ltr) {
 .table-widget-cell {
   border-top: 1px solid #A09090;
   border-bottom: 1px solid #A09090;
-  color: #FF9F00; /* Light foreground text */
+  color: var(--theme-body-color);
 }
 
 .theme-dark:not(.filtering) .table-widget-cell:nth-child(odd):not(.theme-selected),
 
 @keyframes flash-out {
   to {
-    background: #795900;
+    background: var(--theme-contrast-background2);
   }
 }