/**
 * mtness style: firebug
 *
 * written with the left Hand of mtness http://userstyles.org/users/3613
 *
 * based on "Firebug" by wifflebunz http://userstyles.org/users/23718
 * and "Firebird Compact" by jtsai http://userstyles.org/users/25306
 * for Firebug 1.5, 1.6, 1.7
 */ /* i really want this to be global */

@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url(http://www.w3.org/1999/xhtml);
#fbPanelBar1-tabBox {
	height: 22px !important;
}
#fbSearchBox {
	margin-top: -7px !important;
}

.panelTab-text {
	padding-bottom: 9px !important;
	font-weight: normal !important;
}

#fbMinimizeButton {
	display: none !important;
}

#fbDetachButton {
	margin-top: -7px !important;
}
#fbCloseButton {
	margin-top: -7px !important;
}
#fbCloseButton > .toolbarbutton-text {
	display: none !important;
}


@-moz-document url-prefix(chrome://firebug/content)
{
	/* css.css */
	.cssRule {
		position: relative;
		margin: 0;
		margin: 3px 0 4px 0 !important;
		padding: 3px 0 4px 6px !important;
		font-family: Lucida Console, Monaco, monospace !important;
		color: #0f0 !important;
	}
	.cssPropName {
		color: #8080C0 !important;
	}
	.cssPropValue {
		margin-left: 8px;
		color: #008000 !important;
	}
	.cssProp.disabledStyle {
		color: #555 !important;
	}
	.cssProp.disabledStyle > .cssPropName,
	.cssProp.disabledStyle > .cssPropValue {
		color: inherit !important;
	}
	.useA11y .focusRow:focus, .useA11y .warning:focus {
		outline: 2px solid #FF9933 !important;
		background-color: #FFFFAD !important;
	}

	/* debugger.css */
	.panelNode-script {
		font-family: Lucida Console, Monaco, monospace !important;
	}
	.scriptTooltip {
		font-family: Lucida Console, Monaco, monospace !important;
	}
	.sourceRow.hovered {
		background-color: #333 !important;
	}
	.panelNode-script .sourceLine {
		border-bottom: 1px solid #222 !important;
		border-right: 1px solid #111 !important;
		padding: 0 4px 0 20px !important;
		background-color: #222 !important;
		color: #888 !important;
	}
	.panelNode-script .sourceRow[executable="true"] > .sourceLine {
		content: "-";
		color: #4AA02C;
		font-weight: normal !important;
	}

	/* dom.css */
	.domTable {
		background: #fff !important;
	}
	/* firebug.css */
	/* html.css */
	.nodeBox {
		font-family: Lucida Console, Monaco, monospace !important;
	}
	.nodeLabel,
	.nodeCloseLabel {
		color: #0c0 !important;
	}
	.nodeTag {
		color: #0f0 !important;
	}
	.nodeValue {
		color: steelblue !important;
	}
	.nodeText {
		color: green !important;
	}
	.nodeComment {
		color: yellow !important;
	}
	.nodeTextEntity {
		border: 0 !important;
		margin-left: 0 !important;
		color: red !important;
	}

	.nodeBox.selected > .nodeLabel > .nodeLabelBox,
	.nodeBox.selected > .nodeLabel {
		border-color: #333 !important;
		background-color: #333 !important;
		color: #0f0 !important;
	}
	.nodeBox.nodeHidden > .nodeLabel > .nodeLabelBox,
	.nodeBox.nodeHidden > .nodeCloseLabel,
	.nodeBox.nodeHidden > .nodeLabel > .nodeLabelBox > .nodeText {
		color: #555 !important;
	}

	.nodeBox.nodeHidden > .nodeLabel > .nodeLabelBox > .nodeTag,
	.nodeBox.nodeHidden > .nodeCloseLabel > .nodeCloseLabelBox > .nodeTag {
		color: #444 !important;
	}

	.nodeBox.nodeHidden > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue {
		color: #333 !important;
	}

	.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox,
	.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeTag,
	.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue,
	.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeText {
		color: SkyBlue !important;
	}
	/* layout.css */
	/* net.css */
	/* panel.css */
	/* panelbase.css */
	.panelNode {
		background-color: #000 !important;
		color: #0f0 !important;
	}
	div.panelNode-net,
	div.panelNode-cookies,
	div.panelNode-CSSUsage,
	div.panelNode-Validator,
	div.moduleManagerBox,
	.netTable,
	#yslowDiv {
		background-color: #f6f6f6 !important;
		color: #060606 !important;
	}
	/* traceConsole.css */
}
