Yes. There were some changes to the CSS more than a week ago in order
to help the toolstrip blend in more with the bookmark bar. One of
those changes was a "height: 100%" entry.
While we figure out the CSS for moles (crbug.com/23074), you can
workaround this by adding the following CSS rule:
.chrome-mole .toolstrip-button {
height: whatever you want;
}
We add a CSS class to the document element for toolstrip and mole
modes. chrome-toolstrip and chrome-mole. Another common thing you
may want to do is to disable webkit-box mode:
.chrome-mole>body {
display: block;
}
Erik
On Mon, Oct 5, 2009 at 6:54 AM, disya2 <[email protected]> wrote:
>
> Hi,
>
> Since I've installed 220.1 I got all my buttons placed in toolstrip
> and mole corrupted. They all have "toolstrip-button" class. The
> border line on mouse over is drawn as if there is no content and
> image, mole buttons height became 210px..
> Could anyone shed some light on what has happened?
>
> Thanks,
> Denis
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---