2010-03-16 23:36:13 -07:00
|
|
|
.tabbrowser-tabbox {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabbox");
|
2008-01-14 19:04:37 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-arrowscrollbox");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
2010-04-27 09:57:19 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-close-tab-button");
|
2008-01-14 19:04:37 -08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-09-15 00:28:37 -07:00
|
|
|
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > * > * > * .tab-close-button:not([pinned])[selected="true"],
|
|
|
|
.tabbrowser-tabs[closebuttons="alltabs"] > * > * > * > .tab-close-button:not([pinned]) {
|
2008-01-14 19:04:37 -08:00
|
|
|
display: -moz-box;
|
|
|
|
}
|
2009-01-23 00:13:11 -08:00
|
|
|
|
2010-09-15 00:28:37 -07:00
|
|
|
.tab-close-button[selected="true"] {
|
|
|
|
/* Make this button focusable so clicking on it will not focus the tab while
|
|
|
|
it's getting closed */
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-label[pinned] {
|
2010-09-29 03:16:32 -07:00
|
|
|
width: 0;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-right: 0 !important;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
2010-09-15 00:28:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-stack {
|
2010-09-29 03:16:32 -07:00
|
|
|
vertical-align: top; /* for pinned tabs */
|
2010-09-15 00:28:37 -07:00
|
|
|
}
|
|
|
|
|
2010-02-01 23:47:11 -08:00
|
|
|
tabpanels {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2010-03-10 00:07:45 -08:00
|
|
|
.tab-drop-indicator {
|
|
|
|
position: relative;
|
2010-11-29 06:18:40 -08:00
|
|
|
z-index: 2;
|
2010-03-10 00:07:45 -08:00
|
|
|
}
|
2010-09-16 16:59:25 -07:00
|
|
|
|
2010-10-11 20:47:59 -07:00
|
|
|
.tab-throbber:not([busy]),
|
|
|
|
.tab-throbber[busy] + .tab-icon-image {
|
2010-09-16 16:59:25 -07:00
|
|
|
display: none;
|
|
|
|
}
|