.devtools-option-toolbarbutton {
list-style-image: url("chrome://browser/skin/devtools/option-icon.png");
-moz-image-region: rect(0px 16px 16px 0px);
- background: none;
- border: none;
+/* background: none;
+ border: none; */
}
.devtools-option-toolbarbutton:hover,
/* Stack frames view */
+#stackframes {
+ min-height: 25px;
+}
+
.dbg-stackframe-details {
-moz-padding-start: 4px;
}
}
#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);
}
padding: 0;
}
+notification {
+ margin-bottom: 3px;
+}
+
#toolbox-controls {
margin: 0 2px;
}
#toolbox-controls > toolbarbutton,
#toolbox-dock-buttons > toolbarbutton {
min-width: 16px;
- padding: 1px 3px;
+/* padding: 1px 3px; */
}
#toolbox-dock-bottom {
/* Command buttons */
.command-button {
- padding: 1px 4px;
+/* padding: 1px 4px; */
min-width: 16px;
}
breadcrumbs-widget-items, to match toolbar-buttons style.
This negative margin compensates the extra row of pixels created
by the shadow.*/
- margin: -1px 0;
+/* margin: -1px 0;*/
}
/* Preloading hack, LTR */