Mozilla XUL >附加组件管理器布局/皮肤?

发布于 2024-12-03 12:37:20 字数 136 浏览 0 评论 0原文

我正在寻找有关 Mozilla 的附加组件管理器布局或 XUL 模板的文档 - 有人知道左行上这个选项卡式布局的名称吗?

在此处输入图像描述

I'm looking for a documentation about Mozilla's Add-ons-Manager layout or XUL-templates - does anybody know the name of this tabbed-layout on the left-row ?

enter image description here

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

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

发布评论

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

评论(1

蓝咒 2024-12-10 12:37:20

它是一个具有自定义样式的 元素。元素 ID 是 categories 和来自 http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/mozapps/extensions/extensions.css 应用到它 - 看看下面指定的样式< code>/*** 类别选择器 ***/ 注释。请注意,我链接到 Windows 主题,其他平台上的样式有所不同。

您可以使用 DOM Inspector 自己查看该页面的结构。

It is a <richlistbox> element with custom styling. Element ID is categories and some styles from http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/mozapps/extensions/extensions.css apply to it - look at the styles specified below /*** category selector ***/ comment. Note that I linked to the Windows theme, the styles are different on other platforms.

You can use DOM Inspector to look at the structure of that page yourself.

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