2008-01-14 19:04:37 -08:00
|
|
|
.tabbrowser-tabs {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabs");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tab");
|
|
|
|
}
|
|
|
|
|
|
|
|
%ifdef XP_MACOSX
|
|
|
|
.tabbrowser-arrowscrollbox {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-arrowscrollbox");
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
.tab-close-button, .tabs-closebutton {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-close-tab-button");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-09-29 14:26:01 -07:00
|
|
|
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"]:not(:only-child) > .tab-close-button {
|
2008-01-14 19:04:37 -08:00
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
2008-09-29 14:26:01 -07:00
|
|
|
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab:not(:only-child) > .tab-close-button {
|
2008-01-14 19:04:37 -08:00
|
|
|
display: -moz-box;
|
|
|
|
}
|