(no subject)
Nov. 2nd, 2009 05:40 pmon the up side, SM2.0 is, like, 10 bajillion times faster, and it no longer has my TBE-induced limitation of 3 tabs from any given source being opened before the closure behavior went to hell.
all in all, I guess it's a win.
the CSS I used to get it to look the way I wanted:
all in all, I guess it's a win.
the CSS I used to get it to look the way I wanted:
/* hide the Mail window's tabbar */
#tabmail * .tabmail-strip,
#tabmail * .tab-drop-indicator-bar {
display: none !important;
}
/* hide the "new tab" and "close tab" buttons */
.tabs-newbutton,
.tabs-closebutton {
display: none !important;
}
/* add some whitespace on the right side of the tabbar for middle-clicking */
.tabs-right {
width: 5px !important;
}