Windows 7 中禁用表单字段样式

发布于 2024-09-14 22:14:26 字数 131 浏览 3 评论 0原文

我最近刚刚升级到 Windows 7,我注意到所有浏览器中的文本表单字段的样式都不存在。在 Windows XP 中,哪些表单字段被禁用是非常明显的,但现在我无法分辨。

我可以使用任何样式设置来解决此问题吗?

谢谢!

I just recently upgraded to Windows 7 and I have noticed that styling for text form fields across all browsers is non-existent. With Windows XP it was very obvious which form fields were disabled, but now I can't tell.

Are there any style settings I could use to fix this?

Thanks!

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

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

发布评论

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

评论(1

扭转时空 2024-09-21 22:14:26

在 CSS 中,以下是设置禁用表单元素样式的方法:

[disabled]{
color:#8A8A8A;
background-color:#D5D5D5;
}

In CSS, following is a way to style disabled form elements:

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