Firefox 侧边栏中的 xul 按钮元素可以使用 CSS 进行编辑吗?
我一直在尝试使用 CSS 文件更改我的 Firefox 扩展侧边栏中的按钮样式(更改皮肤)。然而,按钮似乎并没有接管样式的变化。我尝试了背景图像和仅更改颜色等,但都不起作用。 是否有可能影响我的 Firefox 扩展侧边栏中的按钮样式?
I have been trying to change the style of buttons in my firefox extension sidebar with a CSS file (change skin). However, the buttons don't seem to take over the style changes. I tried both background images and just changing color etc., which are both not working.
Is it possible to influence the button style at all in my firefox extension sidebar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的按钮的 css 需要有 -moz-appearance: none;对其进行任何样式设置,否则您将获得操作系统本机的外观和感觉。
https://developer.mozilla.org/en/CSS/-moz-appearance< /a>
Your button's css needs to have -moz-appearance: none; to do any styling on it otherwise you'll get the OS native look and feel.
https://developer.mozilla.org/en/CSS/-moz-appearance
必须在 css 按钮类或 id 中
must be in the css button class or id