finish sync of LCARStrek with Firefox 24 windows theme changes
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 20079ae2f2689e17a890e7dd97033d9800fa6a4f..b1156aeb8069d525ebad92541d3d03f4f2065ab0 100644 (file)
@@ -20,20 +20,6 @@ window {
   -moz-border-start-color: transparent;
 }
 
-/* Watch expressions, variables and other instruments pane */
-
-#instruments-pane {
-  min-width: 50px;
-  -moz-margin-start: 0px !important;
-  /* Unfortunately, transitions don't work properly with locale-aware properties,
-     so both the left and right margins are set via js, while the start margin
-     is always overridden here. */
-}
-
-#instruments-pane[animated] {
-  transition: margin 0.25s ease-in-out;
-}
-
 /* ListWidget items */
 
 .list-widget-item {
@@ -61,6 +47,10 @@ window {
 
 /* Stack frames view */
 
+#stackframes {
+  min-height: 25px;
+}
+
 .dbg-stackframe-details {
   -moz-padding-start: 4px;
 }
@@ -100,13 +90,12 @@ window {
 
 .dbg-expression {
   height: 20px;
-  -moz-padding-start: 8px;
 }
 
 .dbg-expression-arrow {
-  width: 10px;
+  width: 16px;
   height: auto;
-  background: url("chrome://browser/skin/devtools/commandline.png") 0px 4px no-repeat;
+  background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16);
 }
 
 .dbg-expression-input {
@@ -277,6 +266,14 @@ window {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
 
+#resumption-panel-desc {
+  width: 200px;
+}
+
+#resumption-order-panel {
+  -moz-margin-start: -8px;
+}
+
 #resume {
   list-style-image: url("chrome://browser/skin/devtools/debugger-play.png");
   -moz-image-region: rect(0px, 16px, 16px, 0px);
@@ -321,15 +318,15 @@ window {
 }
 
 #instruments-pane-toggle {
-  background: none;
+/*  background: none;
   box-shadow: none;
-  border: none;
-  list-style-image: url("chrome://browser/skin/devtools/debugger-expand.png");
+  border: none; */
+  list-style-image: url("chrome://browser/skin/devtools/debugger-collapse.png");
   -moz-image-region: rect(0px,16px,16px,0px);
 }
 
-#instruments-pane-toggle:not([toggled]) {
-  list-style-image: url("chrome://browser/skin/devtools/debugger-collapse.png");
+#instruments-pane-toggle[pane-collapsed] {
+  list-style-image: url("chrome://browser/skin/devtools/debugger-expand.png");
 }
 
 #instruments-pane-toggle:hover,