bug=385488. r=mano. changed CSS selector to keep tabbrowser closebutton from hi-jacking the tabbox closebutton

This commit is contained in:
mark.finkle@gmail.com 2007-06-25 19:10:23 -07:00
parent 4a596e4642
commit 920d401ea7

View File

@ -629,7 +629,7 @@ tab {
}
.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");
}