@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*   MidnightFox display adjustments   */


/*  sets the background colour of the sidebar rows to black  */

treechildren::-moz-tree-row(),
treechildren:hover::-moz-tree-row() {
	background-color: #000000  !important;
	}

treechildren::-moz-tree-row(selected),
treechildren:hover::-moz-tree-row(selected) {
		background-color:   #000000 !important;
	}

treechildren::-moz-tree-row(selected, focus),
treechildren:hover::-moz-tree-row(selected, focus) {
	background-color: #000000  !important;
	}

/*   sets the  colour of unselected text in sidebar to off-white  */

treechildren::-moz-tree-cell-text { color: #dfdfdf !important; }

        
/*   sets the colour of the selected text in sidebar to white   */  

treechildren::-moz-tree-cell-text(selected),
treechildren:hover::-moz-tree-cell-text(selected) {
	color: #FFFFFF !important;
        }

/*   sets the colour of selected text in sidebar to white  */ 

treechildren::-moz-tree-cell-text(selected, focus),
treechildren:hover::-moz-tree-cell-text(selected, focus) {
	color: #FFFFFF !important;
	}

/*   changes the colour of sidebar header to black     */

#sidebar-box sidebarheader {
background-color: #000000 !important;
     }

/* white rows to black in Bookmarks Manager Name/Location and Manage Styles/Description  */

.sortDirectionIndicator {
background-color: #000000 !important;
     }

/*    changes white row to black in DOM Inspector/nodeName Local Name   */

tree treecol {
-moz-appearance: none !important;
background-color: #000000 !important;
     }

/*  changes background rows to black in Add-ons page   */

.addon-name-version {
background-color: #000000 !important;
     }

#addonsMsg richlistitem  {
background-color: #000000 !important;
     }

/* changes header to black in Add-ons page      */

radiogroup {
background-color: #000000 !important;
     }

/* resolves background colour problems in Dom Inspector and Bookmarks Manager right Window */
/* color set to black  */

tree treechildren  {
background-color: #000000 !important;
     }

/*   changes color of background in Add-ons Themes window to black              */

box {
background-color: #000000 !important;
     }

/* changes a white panel to black in the help contents window    */                


 label label {
background-color: #000000 !important;
     }

sidebarheader {
background-color: #000000 !important;
     }


