@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.tabbrowser-tabs tab .tab-close-button,
.tabbrowser-tabs tab .tabs-closebutton 
{
opacity: 0.2 !important;
}
.tabbrowser-tabs tab:hover .tab-close-button,
.tabbrowser-tabs tab:hover .tabs-closebutton,
.tabbrowser-tabs tab[selected="true"] .tab-close-button,
.tabbrowser-tabs tab[selected="true"] .tabs-closebutton
{
opacity: 1.0 !important;
}


