Mozilla XUL >附加组件管理器布局/皮肤?
我正在寻找有关 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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它是一个具有自定义样式的
元素。元素 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 iscategories
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.