mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 852046 - Hide the Close Tab button label in the Metro tab bar [r=jimm]
This commit is contained in:
parent
d556fb89fc
commit
ffd5109d25
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user