@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://inspector/content/inspector.xul) {

/* fix urlbar height */
#tfURLBar {
  height: 22px !important;
}

#tbInspectorPrimary > hbox > toolbarbutton {
  margin: 0 1px !important;
  padding: 0 !important;
  height: 24px !important;
}

#bxDocPanel > toolbox > toolbar > label {
  padding-top: 4px !important;
}

}