http://jsfiddle.net/pixelfreak/Eq246/
注意白色三 Angular 形上的灰色边框。这仅在FF 6 Windows上发生(我未在较旧的FF版本上进行测试)
有没有解决的办法?它看起来像抗锯齿效果不好的东西。
最佳答案
尝试一下:
border-style: outset;
http://jsfiddle.net/KDREU/编辑
看起来,如果您一开始就设置了4种边框样式中的一种,则可以使用白色以外的其他颜色,而不会使其变亮。
/* This works for an orange down arrow that I'm using. */
border-style: solid outset solid solid;
http://jsfiddle.net/fEKrE/1/关于html - Firefox 6 Windows上的白色纯CSS三 Angular 错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7536130/