Hi,
I have in my ~/.mozilla/default/zawj8bz7.slt/chrome/userChrome.css the
following lines to turn off the toolbar labels ("Get Msgs" "Compose" for
example):
/* Turn off toolbar labels */
.button-toolbar-2 > .button-internal-box > .button-text-container
{
display:none;
}
This worked till Moz 0.9.4 (didn't test in 0.9.5 as from 094 I came directly
to 096). But I see these toolbar labels in 0.9.6 ... I wonder if something
changed so that I'll have to update my userChrome.css to hide them again?
I'm on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120
(installed RPM builds, if that matters :-) )
Thanks for any clue,
Kousik