/* Change the tab-bar height */
tab {height: 23px !important; }
.tabbrowser-strip { height: 25px !important; border-bottom: none
!important; }
The problem is that it doesn't work anymore. I am in a brand new
profile, no extension, no nothing and this isn't working.
--
David McRitchie, most questions have been asked before.
Firefox customizations/extensions notes, see
http://www.mvps.org/dmcritchie/firefox/firefox.htm
"_nb" <b...@bla.bla> wrote in message news:_L6dnYBNRKhhXwrY...@mozilla.org...
This is what I have in userChrome.css there are many different ways
of doing the same thing, so I don't know if you are missing something
in what you have.
/* Change width of tabs, hgt ...*/
.tabbrowser-tabs *|tab {
height: 18px !important;
min-width: 18px !important }Actually my entire userChrome.css (copy not neccessarily current)
http://www.mvps.org/dmcritchie/firefox/ userchrome (with a .txt ext) //keep robots out of txt files//-- David McRitchie, most
questions have been asked before. Firefox customizations/extensions notes, see http://www.mvps.org/dmcritchie/firefox/firefox.htm
You may want to use the DOM Inspector (one of Firefox's optional components,
invoked -- if installed -- by Ctrl-Shift-I or by Tools => DOM Inspector) to
determine exactly which selector to use. It has a particularly useful "point
and shoot" tool.
Best regards,
Tony.
I don't see tabbrowser-strip. The usual selector to access the tab bar is
.tabbrowser-tabs. Did you try the DOM Inspector?
Best regards,
Tony.
Ah, yes, now I see it, even in my own DOMi. And no, I don't have any ideas,
other than trying to apply the style rule at a different (parent or child)
level...
Best regards,
Tony.