Solved already.
in the userChrome.css from firefox had to add the followin
.tab-close-button
{
width: 32px !important;
height: 32px !important;
}
.tab-close-button *
{
width: 32px !important;
height: 32px !important;
}
and change the 32px to my liking.
Thread closed.
On Mar 24, 9:02 am, Bart <barts2...@gmail.com> wrote:
> Hi
> Working on some touchpanel dynamical helpfile. For easier operation I
> would
> like to have the close button of a tab larger. It is ok if the tab
> will become also
> larger.
> Anyone know if I can change the button size of this tab-close-button ?
> And
> if one answers 'yes' ... can tell me how to do ?
> Thanks