@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*
Last update (09/05/2007) - Made blanks tabs look like separators in the 'List all tabs' menu
*/

tab[label="(Untitled)"] {
 padding-left: 175px !important;
 margin-left: -175px !important;
}

tab[label="(Untitled)"] > hbox,
tab[label="(Untitled)"] > .tab-close-button
 {background-color: #f90 !important;}

tab[label="(Untitled)"] .tab-text,
tab[label="(Untitled)"] .tab-icon
 {display: none !important;}


.tabs-alltabs-button menuitem[label="(Untitled)"]
 {background-color: #f90 !important;}

.tabs-alltabs-button menuitem[label="(Untitled)"] > label,
.tabs-alltabs-button menuitem[label="(Untitled)"] image
 {display: none !important;}