那么,是否有可能,如果是这样做呢?
我到目前为止所尝试的:
textarea#story { // other stuff -moz-appearance:none; outline:0px none transparent; } textarea:focus,input:focus{ outline: 0; } *:focus { outline: 0; }
textarea { border: none; overflow: auto; outline: none; -webkit-Box-shadow: none; -moz-Box-shadow: none; Box-shadow: none; }
您也可以尝试添加!重要的是优先考虑此CSS。