Firefox 侧边栏中的 xul 按钮元素可以使用 CSS 进行编辑吗?

发布于 2024-08-24 12:59:03 字数 126 浏览 7 评论 0原文

我一直在尝试使用 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 技术交流群。

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

发布评论

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

评论(2

绾颜 2024-08-31 12:59:03

你的按钮的 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

妳是的陽光 2024-08-31 12:59:03
 -moz-appearance:none; 

必须在 css 按钮类或 id 中

 -moz-appearance:none; 

must be in the css button class or id

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