如何禁用 GWT 菜单栏中子菜单后面的阴影?

发布于 2024-10-31 12:44:43 字数 445 浏览 3 评论 0原文

我创建了一个 使用 Google GWT 的带有折叠子菜单的 MenuBar 如下例所示: GWT Showcase MenuBar

将鼠标悬停在 MenuItem 上会打开一个子菜单(如果已定义)。子菜单会丢弃一个非 css3 阴影,这不适合我的 ui 设计,因为我使用的是不同样式的 css3 box-shadow。

乍一看,似乎无法在某些属性中禁用此阴影......有人知道如何禁用吗?

I created a MenuBar with collapsing sub-menus using Googles GWT like in this example: GWT Showcase MenuBar

Hovering over a MenuItem opens a sub-menu if defined. The sub-menu drops a non-css3 shadow, which doesn't fit into my ui design, because I'm using a differently styled css3 box-shadow.

At first sight one doesn't seem to be able to disable this shadow in some property... does someone have an idea how to?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

有木有妳兜一样 2024-11-07 12:44:43

菜单栏弹出窗口是一个 9 框 - 一个包含 9 个单元格的表格。表中的框的样式名称与模式 .menuPopup[Position].menuPopup[Position]Inner 匹配,其中 Position 是例如,TopLeftBottomRightLeft 等。

如果您从 Showcase 复制了样式,则足以删除对单元格的所有引用不是 .menuPopupMiddleCenter.menuPopupMiddleCenterInner 来删除您看到的阴影。

The MenuBar popup is a 9-box - a table with 9 cells. The boxes in the table have style names matching the pattern .menuPopup[Position] and .menuPopup[Position]Inner, where Position is, for example, TopLeft, BottomRight, Left, etc.

If you copied the styles from the Showcase it should be sufficient to remove all references to the cells that are not .menuPopupMiddleCenter or .menuPopupMiddleCenterInner to remove the drop shadow you see.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文