May 2, 2014 at 6:27 pm
#16243
Keymaster
I tried to reply yesterday, but every time I clicked 'sumbit' it would just reset back to the blank form. I tried the .css, zipped up, and the .zip renamed to .jpg...nothing worked. But, that said, since I just updated to 23.6, the tab is now displaying as I like. My post a couple days ago (/#post-16203) had a screenshot actually.
Side topic; have you considered tab height/margin adjustment or min/max widths as part of ColorTabs' tweaks? I ask cuz do this in my userChrome.css:
#TabsToolbar {
margin-top: -1px !important;
margin-bottom: -5px !important;
margin-left: -5px !important;
margin-right: -15px !important;
}
#main-window:not([customizing]):not([customize-entered]):not([inFullscreen]):not([onclose*="exitPrintPreview"])
#tab-view-deck { margin-top: -5px !important; }
#main-window #tabbrowser-tabs tab[fadein]:not([pinned]) {
min-width: 80px !important;
/* max-width: 200px !important;*/
}
Just curious; I understand if you don't want to support that kind of functionality. Its not color-related after all. 🙂
Anyway, thanks!