Bug 852046 - Hide the Close Tab button label in the Metro tab bar [r=jimm]

This commit is contained in:
Matt Brubeck 2013-03-18 13:55:49 -07:00
parent 3328ff5978
commit f5289f4a5e

View File

@ -179,6 +179,10 @@ documenttab[selected=true] .documenttab-selection {
list-style-image: url("chrome://browser/skin/images/closetab-default.png");
}
.documenttab-close > .button-box > .button-text {
display: none;
}
#tray[tabsonly=true] {
transform: none !important;
}