css 从所有浏览器中删除旋转按钮
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 从所有浏览器中删除旋转按钮相关的知识,希望对你有一定的参考价值。
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*For FireFox*/
input[type='number'] {
-moz-appearance: textfield;
}
以上是关于css 从所有浏览器中删除旋转按钮的主要内容,如果未能解决你的问题,请参考以下文章
Firefox中的CSS变换旋转像素问题
删除 HTML 按钮/提交的完整样式
为所有主流浏览器创建 css3 无限旋转
css 从addThis按钮中删除计数器
从 Chrome 中的 css 自定义样式按钮中删除蓝色边框
css 从IE上的按钮中删除3D Efect