@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab:not([selected="true"]):not(:hover)  .tab-text {
display:none !important;
}

.tabbrowser-tab:not([selected="true"]):not(:hover) .tab-close-button
{
display:none !important;
}