finish sync of LCARStrek with Firefox 24 windows theme changes
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 7e2523c0e7295fef4a5abe6c66b7ce447867e27d..b1156aeb8069d525ebad92541d3d03f4f2065ab0 100644 (file)
@@ -47,6 +47,10 @@ window {
 
 /* Stack frames view */
 
+#stackframes {
+  min-height: 25px;
+}
+
 .dbg-stackframe-details {
   -moz-padding-start: 4px;
 }
@@ -86,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 {
@@ -315,9 +318,9 @@ window {
 }
 
 #instruments-pane-toggle {
-  background: none;
+/*  background: none;
   box-shadow: none;
-  border: none;
+  border: none; */
   list-style-image: url("chrome://browser/skin/devtools/debugger-collapse.png");
   -moz-image-region: rect(0px,16px,16px,0px);
 }