mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 852046 - Hide the Close Tab button label in the Metro tab bar [r=jimm]
This commit is contained in:
parent
3328ff5978
commit
f5289f4a5e
@ -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