/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/*Set folder icons to nuoveXT style*/
.bookmark-item[container="true"] {
list-style-image: url('folder.png') !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}

/*Set bookmark icons to nuoveXT style*/
.bookmark-item {
list-style-image: url('html.png') !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
 

