mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug=385488. r=mano. changed CSS selector to keep tabbrowser closebutton from hi-jacking the tabbox closebutton
This commit is contained in:
parent
4a596e4642
commit
920d401ea7
@ -629,7 +629,7 @@ tab {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tabs > .tabbrowser-tab > .tab-close-button,
|
.tabbrowser-tabs > .tabbrowser-tab > .tab-close-button,
|
||||||
.tabs-closebutton-box > .tabs-closebutton {
|
.tabbrowser-tabs .tabs-closebutton-box > .tabs-closebutton {
|
||||||
-moz-binding: url("chrome://global/content/bindings/tabbrowser.xml#tabbrowser-close-tab-button");
|
-moz-binding: url("chrome://global/content/bindings/tabbrowser.xml#tabbrowser-close-tab-button");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user