蚊子的逗比世界 2013-02-21
chrome谷歌浏览器input会自带边框,这个很讨厌,你可以更改这个边框样式,也可以直接出去掉
这里我们介绍一个去除chrome谷歌浏览器input自带边框样式的方法
在css中加入代码:
1 | input,button,select,textarea{ outline : none } |
2 | textarea{resize: none } |
<table id="table" class="table table-striped table-bordered table-hover table-nowrap" width="100%&qu