first part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / browser / devtools / widgets.css
index 4494587435fbaea3e953d90321068f6d7aaf1a5e..2a0f70cf8e64dfd60705332b30c5f14a8119384f 100644 (file)
   -moz-box-orient: horizontal;
 }
 
+.devtools-main-content {
+  min-width: 50px;
+}
+
+.devtools-main-content,
+.devtools-sidebar-tabs {
+  /* Prevent some children that should be hidden from remaining visible as this is shrunk (Bug 971959) */
+  position: relative;
+}
+
 @media (max-width: 700px) {
   .devtools-responsive-container {
     -moz-box-orient: vertical;
   color: #000000;
 }
 
+.breadcrumbs-widget-item > .button-box {
+  border: none;
+  padding-top: 0;
+  padding-bottom: 0;
+}
+
 .breadcrumbs-widget-item:not([checked]) {
   background-image: -moz-element(#breadcrumb-separator-normal);
   background-repeat: no-repeat;
   cursor: grabbing;
 }
 
-.graph-widget-canvas ~ * {
-  pointer-events: none;
-}
-
 /* Line graph widget */
 
 .line-graph-widget-canvas {
   top: 0;
   left: 0;
   border-right: 1px solid #9C9CFF;
+  pointer-events: none;
 }
 
 .line-graph-widget-gutter-line {
   transform: translateY(-50%);
   font-size: 80%;
   z-index: 1;
+  pointer-events: none;
 }
 
 .line-graph-widget-tooltip::before {
   left: 8px;
   color: #A09090;
   font-size: 80%;
+  pointer-events: none;
 }
 
 .bar-graph-widget-legend-item {
   border: 1px solid #9C9CFF;
   border-radius: 1px;
   -moz-margin-end: 4px;
+  pointer-events: none;
 }
 
 .bar-graph-widget-legend-item > [view="label"] {